Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
CSPspEmu
Hle
Formats
Elf.SectionHeader
C# Class CSPspEmu.Hle.Formats.Elf.SectionHeader
ELF Section Header
Show file
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 property
Memory address where it should be stored.
public
uint
Address
return
uint
AddressAlign
public property
?
public
uint
AddressAlign
return
uint
EntitySize
public property
?
public
uint
EntitySize
return
uint
Flags
public property
Flags associated to this section header.
public
FlagsSet
Flags
return
FlagsSet
Info
public property
?
public
uint
Info
return
uint
Link
public property
?
public
uint
Link
return
uint
Name
public property
Position relative to .shstrtab of a stringz with the name.
public
uint
Name
return
uint
Offset
public property
File position where is the data related to this section header.
public
uint
Offset
return
uint
Size
public property
Size of the section header.
public
int
Size
return
int
Type
public property
Type of this section header.
public
TypeEnum
Type
return
TypeEnum