C# Class PacketLoggerToFile.Util.Logger

Afficher le fichier Open project: xcvd/Detours

Méthodes publiques

Méthode 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 méthode

public static LogBuffer ( IntPtr bufferPointer, uint size ) : void
bufferPointer System.IntPtr
size uint
Résultat void

LogByte() public static méthode

public static LogByte ( byte value ) : void
value byte
Résultat void

LogFunctionAddress() public static méthode

public static LogFunctionAddress ( string name, IntPtr address ) : void
name string
address IntPtr
Résultat void

LogInInit() public static méthode

public static LogInInit ( ) : void
Résultat void

LogOutInit() public static méthode

public static LogOutInit ( ) : void
Résultat void

LogString() public static méthode

public static LogString ( IntPtr stringPointer ) : void
stringPointer IntPtr
Résultat void

LogUint() public static méthode

public static LogUint ( uint value ) : void
value uint
Résultat void

LogUshort() public static méthode

public static LogUshort ( ushort value, bool isIn ) : void
value ushort
isIn bool
Résultat void