Method | Description | |
---|---|---|
LogBuffer ( |
||
LogByte ( byte value ) : void | ||
LogFunctionAddress ( string name, IntPtr address ) : void | ||
LogInInit ( ) : void | ||
LogOutInit ( ) : void | ||
LogString ( IntPtr stringPointer ) : void | ||
LogUint ( uint value ) : void | ||
LogUshort ( ushort value, bool isIn ) : void |
public static LogBuffer ( |
||
bufferPointer | ||
size | uint | |
return | void |
public static LogFunctionAddress ( string name, IntPtr address ) : void | ||
name | string | |
address | IntPtr | |
return | void |
public static LogString ( IntPtr stringPointer ) : void | ||
stringPointer | IntPtr | |
return | void |
public static LogUshort ( ushort value, bool isIn ) : void | ||
value | ushort | |
isIn | bool | |
return | void |