C# Class PacketLoggerToFile.DetouredFunctions.COutPacket

显示文件 Open project: xcvd/Detours

Public Properties

Property Type Description
Encode1 MapleFunctions.COutPacket.DEncode1
Encode2 MapleFunctions.COutPacket.DEncode2
Encode4 MapleFunctions.COutPacket.DEncode4
EncodeBuffer MapleFunctions.COutPacket.DEncodeBuffer
EncodeString MapleFunctions.COutPacket.DEncodeString
Init MapleFunctions.COutPacket.DInit

Public Methods

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

Method Details

DetouredEncode1() public static method

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

DetouredEncode2() public static method

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

DetouredEncode4() public static method

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

DetouredEncodeBuffer() public static method

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

DetouredEncodeString() public static method

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

DetouredInit() public static method

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

Property Details

Encode1 public_oe static_oe property

public static MapleFunctions.COutPacket.DEncode1 Encode1
return MapleFunctions.COutPacket.DEncode1

Encode2 public_oe static_oe property

public static MapleFunctions.COutPacket.DEncode2 Encode2
return MapleFunctions.COutPacket.DEncode2

Encode4 public_oe static_oe property

public static MapleFunctions.COutPacket.DEncode4 Encode4
return MapleFunctions.COutPacket.DEncode4

EncodeBuffer public_oe static_oe property

public static MapleFunctions.COutPacket.DEncodeBuffer EncodeBuffer
return MapleFunctions.COutPacket.DEncodeBuffer

EncodeString public_oe static_oe property

public static MapleFunctions.COutPacket.DEncodeString EncodeString
return MapleFunctions.COutPacket.DEncodeString

Init public_oe static_oe property

public static MapleFunctions.COutPacket.DInit Init
return MapleFunctions.COutPacket.DInit