C# Class Microsoft.WinAny.WinNT.IMAGE_SECTION_HEADER

Datei anzeigen Open project: jhabjan/Ghostscript.NET

Public Properties

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

Property Details

Characteristics public_oe property

public uint Characteristics
return uint

NumberOfLinenumbers public_oe property

public ushort NumberOfLinenumbers
return ushort

NumberOfRelocations public_oe property

public ushort NumberOfRelocations
return ushort

PhysicalAddress public_oe property

public uint PhysicalAddress
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