C# 클래스 PacketLoggerToFile.Util.Logger

파일 보기 프로젝트 열기: xcvd/Detours

공개 메소드들

메소드 설명
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

메소드 상세

LogBuffer() 공개 정적인 메소드

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

LogByte() 공개 정적인 메소드

public static LogByte ( byte value ) : void
value byte
리턴 void

LogFunctionAddress() 공개 정적인 메소드

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

LogInInit() 공개 정적인 메소드

public static LogInInit ( ) : void
리턴 void

LogOutInit() 공개 정적인 메소드

public static LogOutInit ( ) : void
리턴 void

LogString() 공개 정적인 메소드

public static LogString ( IntPtr stringPointer ) : void
stringPointer IntPtr
리턴 void

LogUint() 공개 정적인 메소드

public static LogUint ( uint value ) : void
value uint
리턴 void

LogUshort() 공개 정적인 메소드

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