C# Class PacketLoggerToFile.Util.Logger

Mostra file Open project: xcvd/Detours

Public Methods

Method Description
LogBuffer ( IntPtr bufferPointer, uint size ) : void
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

Method Details

LogBuffer() public static method

public static LogBuffer ( IntPtr bufferPointer, uint size ) : void
bufferPointer System.IntPtr
size uint
return void

LogByte() public static method

public static LogByte ( byte value ) : void
value byte
return void

LogFunctionAddress() public static method

public static LogFunctionAddress ( string name, IntPtr address ) : void
name string
address IntPtr
return void

LogInInit() public static method

public static LogInInit ( ) : void
return void

LogOutInit() public static method

public static LogOutInit ( ) : void
return void

LogString() public static method

public static LogString ( IntPtr stringPointer ) : void
stringPointer IntPtr
return void

LogUint() public static method

public static LogUint ( uint value ) : void
value uint
return void

LogUshort() public static method

public static LogUshort ( ushort value, bool isIn ) : void
value ushort
isIn bool
return void