Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
TriggersTools
CatSystem2
Structs
HGXHDR
C# Class TriggersTools.CatSystem2.Structs.HGXHDR
Exibir arquivo
Open project: trigger-segfault/TriggersTools.CatSystem2
Public Properties
Property
Type
Description
HeaderSize
int
Type
int
Public Methods
Method
Description
ToString
( ) :
string
Gets the string representation of the HG-X header.
Method Details
ToString()
public
method
Gets the string representation of the HG-X header.
public
ToString
( ) :
string
return
string
Property Details
HeaderSize
public_oe property
The size of the HG-X header, including the signature. Should always be 12.
public
int
HeaderSize
return
int
Type
public_oe property
HG-3: 0x300.
HG-2: 0x25 = 88 bytes (full header), 0x20 = 80 bytes (truncated)
public
int
Type
return
int