C# Class IKVM.Reflection.Reader.SectionHeader

Afficher le fichier Open project: mono/ikvm Class Usage Examples

Méthodes publiques

Свойство Type Description
Characteristics System.UInt32
Name string
NumberOfLinenumbers System.UInt16
NumberOfRelocations System.UInt16
PointerToLinenumbers System.UInt32
PointerToRawData System.UInt32
PointerToRelocations System.UInt32
SizeOfRawData System.UInt32
VirtualAddress System.UInt32
VirtualSize System.UInt32

Private Methods

Méthode Description
Read ( BinaryReader br ) : void

Property Details

Characteristics public_oe property

public UInt32,System Characteristics
Résultat System.UInt32

Name public_oe property

public string Name
Résultat string

NumberOfLinenumbers public_oe property

public UInt16,System NumberOfLinenumbers
Résultat System.UInt16

NumberOfRelocations public_oe property

public UInt16,System NumberOfRelocations
Résultat System.UInt16

PointerToLinenumbers public_oe property

public UInt32,System PointerToLinenumbers
Résultat System.UInt32

PointerToRawData public_oe property

public UInt32,System PointerToRawData
Résultat System.UInt32

PointerToRelocations public_oe property

public UInt32,System PointerToRelocations
Résultat System.UInt32

SizeOfRawData public_oe property

public UInt32,System SizeOfRawData
Résultat System.UInt32

VirtualAddress public_oe property

public UInt32,System VirtualAddress
Résultat System.UInt32

VirtualSize public_oe property

public UInt32,System VirtualSize
Résultat System.UInt32