C# 클래스 PacketLoggerToFile.DetouredFunctions.CInPacket

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

공개 프로퍼티들

프로퍼티 타입 설명
Decode1 MapleFunctions.CInPacket.DDecode1
Decode2 MapleFunctions.CInPacket.DDecode2
Decode4 MapleFunctions.CInPacket.DDecode4
DecodeBuffer MapleFunctions.CInPacket.DDecodeBuffer
DecodeString MapleFunctions.CInPacket.DDecodeString

공개 메소드들

메소드 설명
DetouredDecode1 ( IntPtr @this ) : byte
DetouredDecode2 ( IntPtr @this ) : ushort
DetouredDecode4 ( IntPtr @this ) : uint
DetouredDecodeBuffer ( IntPtr @this, IntPtr bufferPointer, uint size ) : void
DetouredDecodeString ( IntPtr @this, IntPtr resultPointer ) : IntPtr

메소드 상세

DetouredDecode1() 공개 정적인 메소드

public static DetouredDecode1 ( IntPtr @this ) : byte
@this System.IntPtr
리턴 byte

DetouredDecode2() 공개 정적인 메소드

public static DetouredDecode2 ( IntPtr @this ) : ushort
@this System.IntPtr
리턴 ushort

DetouredDecode4() 공개 정적인 메소드

public static DetouredDecode4 ( IntPtr @this ) : uint
@this System.IntPtr
리턴 uint

DetouredDecodeBuffer() 공개 정적인 메소드

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

DetouredDecodeString() 공개 정적인 메소드

public static DetouredDecodeString ( IntPtr @this, IntPtr resultPointer ) : IntPtr
@this System.IntPtr
resultPointer System.IntPtr
리턴 System.IntPtr

프로퍼티 상세

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

public static MapleFunctions.CInPacket.DDecode1 Decode1
리턴 MapleFunctions.CInPacket.DDecode1

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

public static MapleFunctions.CInPacket.DDecode2 Decode2
리턴 MapleFunctions.CInPacket.DDecode2

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

public static MapleFunctions.CInPacket.DDecode4 Decode4
리턴 MapleFunctions.CInPacket.DDecode4

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

public static MapleFunctions.CInPacket.DDecodeBuffer DecodeBuffer
리턴 MapleFunctions.CInPacket.DDecodeBuffer

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

public static MapleFunctions.CInPacket.DDecodeString DecodeString
리턴 MapleFunctions.CInPacket.DDecodeString