Method | Description | |
---|---|---|
DebugOutput ( byte code ) : void | ||
DebugOutput ( string msg ) : void | ||
DebugOutput ( string msg, uint code ) : void | ||
DebugOutput ( uint code ) : void | ||
Fault ( uint code ) : void | ||
GetMethodDefinition ( uint address ) : MetadataMethodStruct* | ||
GetMethodDefinitionViaMethodExceptionLookup ( uint address ) : MetadataMethodStruct* | ||
GetProtectedRegionEntryByAddress ( uint address, MetadataTypeStruct exceptionType, MetadataMethodStruct methodDef ) : MetadataPRDefinitionStruct* | ||
GetStackTraceEntry ( uint depth, uint ebp, uint eip ) : SimpleStackTraceEntry | ||
IsInstanceOfInterfaceType ( int interfaceSlot, void obj ) : void* | ||
IsInstanceOfType ( |
||
IsTypeInInheritanceChain ( MetadataTypeStruct typeDefinition, MetadataTypeStruct chain ) : bool | ||
MemoryClear ( uint dest, uint count ) : void | ||
MemoryCopy ( void dest, void src, uint count ) : void | ||
MemorySet ( uint dest, byte value, uint count ) : void |
Method | Description | |
---|---|---|
ExceptionHandler ( ) : void | ||
GetMethodDefinitionFromStackFrameDepth ( uint depth ) : MetadataMethodStruct* | ||
GetMethodDefinitionFromStackFrameDepth ( uint depth, uint ebp ) : MetadataMethodStruct* | ||
GetPreviousStackFrame ( uint ebp ) : uint | ||
GetReturnAddressFromStackFrame ( uint stackframe ) : uint | ||
GetStackFrame ( uint depth ) : uint | ||
GetStackFrame ( uint depth, uint ebp ) : uint | ||
SetReturnAddressForStackFrame ( uint stackframe, uint value ) : void |
public static DebugOutput ( byte code ) : void | ||
code | byte | |
return | void |
public static DebugOutput ( string msg ) : void | ||
msg | string | |
return | void |
public static DebugOutput ( string msg, uint code ) : void | ||
msg | string | |
code | uint | |
return | void |
public static DebugOutput ( uint code ) : void | ||
code | uint | |
return | void |
public static GetMethodDefinition ( uint address ) : MetadataMethodStruct* | ||
address | uint | |
return | MetadataMethodStruct* |
public static GetMethodDefinitionViaMethodExceptionLookup ( uint address ) : MetadataMethodStruct* | ||
address | uint | |
return | MetadataMethodStruct* |
public static GetProtectedRegionEntryByAddress ( uint address, MetadataTypeStruct exceptionType, MetadataMethodStruct methodDef ) : MetadataPRDefinitionStruct* | ||
address | uint | |
exceptionType | MetadataTypeStruct | |
methodDef | MetadataMethodStruct | |
return | MetadataPRDefinitionStruct* |
public static GetStackTraceEntry ( uint depth, uint ebp, uint eip ) : SimpleStackTraceEntry | ||
depth | uint | |
ebp | uint | |
eip | uint | |
return | SimpleStackTraceEntry |
public static IsInstanceOfInterfaceType ( int interfaceSlot, void obj ) : void* | ||
interfaceSlot | int | |
obj | void | |
return | void* |
public static IsInstanceOfType ( |
||
handle | ||
obj | void | |
return | void* |
public static IsTypeInInheritanceChain ( MetadataTypeStruct typeDefinition, MetadataTypeStruct chain ) : bool | ||
typeDefinition | MetadataTypeStruct | |
chain | MetadataTypeStruct | |
return | bool |
public static MemoryClear ( uint dest, uint count ) : void | ||
dest | uint | |
count | uint | |
return | void |
public static MemoryCopy ( void dest, void src, uint count ) : void | ||
dest | void | |
src | void | |
count | uint | |
return | void |
public static MemorySet ( uint dest, byte value, uint count ) : void | ||
dest | uint | |
value | byte | |
count | uint | |
return | void |