C# Class DevService.Util.IMAGE_SECTION_HEADER

Datei anzeigen Open project: gbarnett/shared-source-cli-2.0

Public Properties

Property Type Description
Characteristics uint
Name byte[]
NumberOfLinenumbers ushort
NumberOfRelocations ushort
PhysicalAddress uint
PointerToLinenumbers uint
PointerToRawData uint
PointerToRelocations uint
SizeOfRawData uint
VirtualAddress uint
VirtualSize uint

Property Details

Characteristics public_oe property

public uint Characteristics
return uint

Name public_oe property

public byte[] Name
return byte[]

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

VirtualSize public_oe property

public uint VirtualSize
return uint