Method | Description | |
---|---|---|
CodeFunction ( Variable variable ) : System |
Initializes a new instance of the CodeFunction class.
|
|
CodeFunction ( ulong address, |
Initializes a new instance of the CodeFunction class.
|
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
Method | Description | |
---|---|---|
ReadFunctionNameAndDisplacement ( ) : ulong>.Tuple |
Reads the function name and displacement.
|
|
ReadSourceFileNameAndLine ( ) : Tuple |
Reads the name of the source file, line and displacement.
|
|
VerifyCodeType ( CodeType codeType ) : bool |
Verifies if the specified code type is correct for this class.
|
public CodeFunction ( Variable variable ) : System | ||
variable | Variable | The variable. |
return | System |
public CodeFunction ( ulong address, |
||
address | ulong | The function address. |
process | The process. | |
return | System |