Property | Type | Description |
---|
Method | Description | |
---|---|---|
CanCreateInstance ( |
||
CreateBoxedObject ( System.Thread target, |
||
CreateInstance ( System.Thread target, object value ) : |
||
CreateNullObject ( System.Thread target, |
||
CreateObject ( System.Thread target, TargetAddress address ) : |
||
CreatePointer ( StackFrame frame, TargetAddress address ) : |
||
CreatePointerType ( |
||
IsExceptionType ( |
||
LookupType ( string name ) : |
||
SourceLanguage ( StackFrame frame ) : string |
public abstract CanCreateInstance ( |
||
type | ||
return | bool |
public abstract CreateBoxedObject ( System.Thread target, |
||
target | System.Thread | |
value | ||
return |
public abstract CreateInstance ( System.Thread target, object value ) : |
||
target | System.Thread | |
value | object | |
return |
public abstract CreateNullObject ( System.Thread target, |
||
target | System.Thread | |
type | ||
return |
public abstract CreateObject ( System.Thread target, TargetAddress address ) : |
||
target | System.Thread | |
address | TargetAddress | |
return |
public abstract CreatePointer ( StackFrame frame, TargetAddress address ) : |
||
frame | StackFrame | |
address | TargetAddress | |
return |
public abstract CreatePointerType ( |
||
type | ||
return |
public abstract IsExceptionType ( |
||
type | ||
return | bool |
public abstract LookupType ( string name ) : |
||
name | string | |
return |
public abstract SourceLanguage ( StackFrame frame ) : string | ||
frame | StackFrame | |
return | string |