C# Класс PacketLoggerToFile.DetouredFunctions.COutPacket

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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