C# 클래스 PacketLoggerToFile.DetouredFunctions.COutPacket

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

공개 프로퍼티들

프로퍼티 타입 설명
Encode1 MapleFunctions.COutPacket.DEncode1
Encode2 MapleFunctions.COutPacket.DEncode2
Encode4 MapleFunctions.COutPacket.DEncode4
EncodeBuffer MapleFunctions.COutPacket.DEncodeBuffer
EncodeString MapleFunctions.COutPacket.DEncodeString
Init MapleFunctions.COutPacket.DInit

공개 메소드들

메소드 설명
DetouredEncode1 ( IntPtr @this, byte value ) : void
DetouredEncode2 ( IntPtr @this, ushort value ) : void
DetouredEncode4 ( IntPtr @this, uint value ) : void
DetouredEncodeBuffer ( IntPtr @this, IntPtr buffer, uint size ) : void
DetouredEncodeString ( IntPtr @this, IntPtr stringPointer ) : void
DetouredInit ( IntPtr @this, int type ) : void

메소드 상세

DetouredEncode1() 공개 정적인 메소드

public static DetouredEncode1 ( IntPtr @this, byte value ) : void
@this System.IntPtr
value byte
리턴 void

DetouredEncode2() 공개 정적인 메소드

public static DetouredEncode2 ( IntPtr @this, ushort value ) : void
@this System.IntPtr
value ushort
리턴 void

DetouredEncode4() 공개 정적인 메소드

public static DetouredEncode4 ( IntPtr @this, uint value ) : void
@this System.IntPtr
value uint
리턴 void

DetouredEncodeBuffer() 공개 정적인 메소드

public static DetouredEncodeBuffer ( IntPtr @this, IntPtr buffer, uint size ) : void
@this System.IntPtr
buffer System.IntPtr
size uint
리턴 void

DetouredEncodeString() 공개 정적인 메소드

public static DetouredEncodeString ( IntPtr @this, IntPtr stringPointer ) : void
@this System.IntPtr
stringPointer System.IntPtr
리턴 void

DetouredInit() 공개 정적인 메소드

public static DetouredInit ( IntPtr @this, int type ) : void
@this System.IntPtr
type int
리턴 void

프로퍼티 상세

Encode1 공개적으로 정적으로 프로퍼티

public static MapleFunctions.COutPacket.DEncode1 Encode1
리턴 MapleFunctions.COutPacket.DEncode1

Encode2 공개적으로 정적으로 프로퍼티

public static MapleFunctions.COutPacket.DEncode2 Encode2
리턴 MapleFunctions.COutPacket.DEncode2

Encode4 공개적으로 정적으로 프로퍼티

public static MapleFunctions.COutPacket.DEncode4 Encode4
리턴 MapleFunctions.COutPacket.DEncode4

EncodeBuffer 공개적으로 정적으로 프로퍼티

public static MapleFunctions.COutPacket.DEncodeBuffer EncodeBuffer
리턴 MapleFunctions.COutPacket.DEncodeBuffer

EncodeString 공개적으로 정적으로 프로퍼티

public static MapleFunctions.COutPacket.DEncodeString EncodeString
리턴 MapleFunctions.COutPacket.DEncodeString

Init 공개적으로 정적으로 프로퍼티

public static MapleFunctions.COutPacket.DInit Init
리턴 MapleFunctions.COutPacket.DInit