IDAPython 8.4
Loading...
Searching...
No Matches
Form.StringArgument Class Reference
Inheritance diagram for Form.StringArgument:
Form.StringInput Form.DirInput Form.FileInput

Public Member Functions

 __init__ (self, size=None, value=None)
 

Public Attributes

 size = size
 
 arg = Form.create_string_buffer(value, size)
 

Properties

 value = property(__get_value, __set_value)
 

Detailed Description

Argument representing a character buffer

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
size = None,
value = None )

Member Data Documentation

◆ arg

◆ size

size = size

Property Documentation

◆ value

value = property(__get_value, __set_value)
static

The documentation for this class was generated from the following file: