Property | Type | Description | |
---|---|---|---|
I32 | |||
U8 |
Method | Description | |
---|---|---|
SetHeapSize ( int size ) : void | ||
SetStdout ( string filename ) : void | ||
Write ( int offset, int count ) : void |
Method | Description | |
---|---|---|
Access ( int desiredOffset ) : byte* | ||
GetHeapRange ( int offset, int count ) : IEnumerable |
public static SetHeapSize ( int size ) : void | ||
size | int | |
return | void |
public static SetStdout ( string filename ) : void | ||
filename | string | |
return | void |
public static Write ( int offset, int count ) : void | ||
offset | int | |
count | int | |
return | void |