C# Class CSPspEmu.Hle.Formats.Elf.SectionHeader

ELF Section Header
Afficher le fichier Open project: soywiz/cspspemu Class Usage Examples

Méthodes publiques

Свойство Type Description
Address uint
AddressAlign uint
EntitySize uint
Flags FlagsSet
Info uint
Link uint
Name uint
Offset uint
Size int
Type TypeEnum

Méthodes publiques

Méthode Description
ToString ( ) : string

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Address public_oe property

Memory address where it should be stored.
public uint Address
Résultat uint

AddressAlign public_oe property

?
public uint AddressAlign
Résultat uint

EntitySize public_oe property

?
public uint EntitySize
Résultat uint

Flags public_oe property

Flags associated to this section header.
public FlagsSet Flags
Résultat FlagsSet

Info public_oe property

?
public uint Info
Résultat uint

Link public_oe property

?
public uint Link
Résultat uint

Name public_oe property

Position relative to .shstrtab of a stringz with the name.
public uint Name
Résultat uint

Offset public_oe property

File position where is the data related to this section header.
public uint Offset
Résultat uint

Size public_oe property

Size of the section header.
public int Size
Résultat int

Type public_oe property

Type of this section header.
public TypeEnum Type
Résultat TypeEnum