C# Class PacketLoggerToFile.DetouredFunctions.CInPacket

Show file Open project: xcvd/Detours

Public Properties

Property Type Description
Decode1 MapleFunctions.CInPacket.DDecode1
Decode2 MapleFunctions.CInPacket.DDecode2
Decode4 MapleFunctions.CInPacket.DDecode4
DecodeBuffer MapleFunctions.CInPacket.DDecodeBuffer
DecodeString MapleFunctions.CInPacket.DDecodeString

Public Methods

Method Description
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

Method Details

DetouredDecode1() public static method

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

DetouredDecode2() public static method

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

DetouredDecode4() public static method

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

DetouredDecodeBuffer() public static method

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

DetouredDecodeString() public static method

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

Property Details

Decode1 public static property

public static MapleFunctions.CInPacket.DDecode1 Decode1
return MapleFunctions.CInPacket.DDecode1

Decode2 public static property

public static MapleFunctions.CInPacket.DDecode2 Decode2
return MapleFunctions.CInPacket.DDecode2

Decode4 public static property

public static MapleFunctions.CInPacket.DDecode4 Decode4
return MapleFunctions.CInPacket.DDecode4

DecodeBuffer public static property

public static MapleFunctions.CInPacket.DDecodeBuffer DecodeBuffer
return MapleFunctions.CInPacket.DDecodeBuffer

DecodeString public static property

public static MapleFunctions.CInPacket.DDecodeString DecodeString
return MapleFunctions.CInPacket.DDecodeString