Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
CSPspEmu
Hle
Formats
Elf.SectionHeader
C# Class CSPspEmu.Hle.Formats.Elf.SectionHeader
ELF Section Header
显示文件
Open project: soywiz/cspspemu
Class Usage Examples
Public Properties
Property
Type
Description
Address
uint
AddressAlign
uint
EntitySize
uint
Flags
FlagsSet
Info
uint
Link
uint
Name
uint
Offset
uint
Size
int
Type
TypeEnum
Public Methods
Method
Description
ToString
( ) :
string
Method Details
ToString()
public
method
public
ToString
( ) :
string
return
string
Property Details
Address
public_oe property
Memory address where it should be stored.
public
uint
Address
return
uint
AddressAlign
public_oe property
?
public
uint
AddressAlign
return
uint
EntitySize
public_oe property
?
public
uint
EntitySize
return
uint
Flags
public_oe property
Flags associated to this section header.
public
FlagsSet
Flags
return
FlagsSet
Info
public_oe property
?
public
uint
Info
return
uint
Link
public_oe property
?
public
uint
Link
return
uint
Name
public_oe property
Position relative to .shstrtab of a stringz with the name.
public
uint
Name
return
uint
Offset
public_oe property
File position where is the data related to this section header.
public
uint
Offset
return
uint
Size
public_oe property
Size of the section header.
public
int
Size
return
int
Type
public_oe property
Type of this section header.
public
TypeEnum
Type
return
TypeEnum