C# Class Game.Systems.GamePacket

Inheritance: IDisposable
Afficher le fichier Open project: CarlosX/DarkEmu

Méthodes publiques

Свойство Type Description
OPCODE System.UInt16
SECURITY System.UInt16
content byte[]
contentSize System.UInt16
isValid bool

Méthodes publiques

Méthode Description
Dispose ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Property Details

OPCODE public_oe property

public UInt16,System OPCODE
Résultat System.UInt16

SECURITY public_oe property

public UInt16,System SECURITY
Résultat System.UInt16

content public_oe property

public byte[] content
Résultat byte[]

contentSize public_oe property

public UInt16,System contentSize
Résultat System.UInt16

isValid public_oe property

public bool isValid
Résultat bool