C# Class SymbolExplorer.Code.Windows.IMAGE_SECTION_HEADER

Datei anzeigen Open project: BlazingHeart/SymbolExplorer

Public Properties

Property Type Description
Characteristics IMAGE_SCN
NumberOfLinenumbers ushort
NumberOfRelocations ushort
PhysicalAddressOrVirtualSize uint
PointerToLinenumbers uint
PointerToRawData uint
PointerToRelocations uint
SizeOfRawData uint
VirtualAddress uint

Property Details

Characteristics public_oe property

public IMAGE_SCN Characteristics
return IMAGE_SCN

NumberOfLinenumbers public_oe property

public ushort NumberOfLinenumbers
return ushort

NumberOfRelocations public_oe property

public ushort NumberOfRelocations
return ushort

PhysicalAddressOrVirtualSize public_oe property

public uint PhysicalAddressOrVirtualSize
return uint

PointerToLinenumbers public_oe property

public uint PointerToLinenumbers
return uint

PointerToRawData public_oe property

public uint PointerToRawData
return uint

PointerToRelocations public_oe property

public uint PointerToRelocations
return uint

SizeOfRawData public_oe property

public uint SizeOfRawData
return uint

VirtualAddress public_oe property

public uint VirtualAddress
return uint