C# Class PacketLoggerToFile.DetouredFunctions.CInPacket

Afficher le fichier Open project: xcvd/Detours

Méthodes publiques

Свойство Type Description
Decode1 MapleFunctions.CInPacket.DDecode1
Decode2 MapleFunctions.CInPacket.DDecode2
Decode4 MapleFunctions.CInPacket.DDecode4
DecodeBuffer MapleFunctions.CInPacket.DDecodeBuffer
DecodeString MapleFunctions.CInPacket.DDecodeString

Méthodes publiques

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

public static DetouredDecode1 ( IntPtr @this ) : byte
@this System.IntPtr
Résultat byte

DetouredDecode2() public static méthode

public static DetouredDecode2 ( IntPtr @this ) : ushort
@this System.IntPtr
Résultat ushort

DetouredDecode4() public static méthode

public static DetouredDecode4 ( IntPtr @this ) : uint
@this System.IntPtr
Résultat uint

DetouredDecodeBuffer() public static méthode

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

DetouredDecodeString() public static méthode

public static DetouredDecodeString ( IntPtr @this, IntPtr resultPointer ) : IntPtr
@this System.IntPtr
resultPointer System.IntPtr
Résultat System.IntPtr

Property Details

Decode1 public_oe static_oe property

public static MapleFunctions.CInPacket.DDecode1 Decode1
Résultat MapleFunctions.CInPacket.DDecode1

Decode2 public_oe static_oe property

public static MapleFunctions.CInPacket.DDecode2 Decode2
Résultat MapleFunctions.CInPacket.DDecode2

Decode4 public_oe static_oe property

public static MapleFunctions.CInPacket.DDecode4 Decode4
Résultat MapleFunctions.CInPacket.DDecode4

DecodeBuffer public_oe static_oe property

public static MapleFunctions.CInPacket.DDecodeBuffer DecodeBuffer
Résultat MapleFunctions.CInPacket.DDecodeBuffer

DecodeString public_oe static_oe property

public static MapleFunctions.CInPacket.DDecodeString DecodeString
Résultat MapleFunctions.CInPacket.DDecodeString