Class IconExe.IMAGE_SECTION_HEADER
- java.lang.Object
-
- org.eclipse.pde.internal.swt.tools.IconExe.IMAGE_SECTION_HEADER
-
- Enclosing class:
- IconExe
public static class IconExe.IMAGE_SECTION_HEADER extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intCharacteristics(package private) intMisc_VirtualSize(package private) int[]Name(package private) intNumberOfLinenumbers(package private) intNumberOfRelocations(package private) intPointerToLinenumbers(package private) intPointerToRawData(package private) intPointerToRelocations(package private) intSizeOfRawData(package private) intVirtualAddress
-
Constructor Summary
Constructors Constructor Description IMAGE_SECTION_HEADER()
-
-
-
Field Detail
-
Name
int[] Name
-
Misc_VirtualSize
int Misc_VirtualSize
-
VirtualAddress
int VirtualAddress
-
SizeOfRawData
int SizeOfRawData
-
PointerToRawData
int PointerToRawData
-
PointerToRelocations
int PointerToRelocations
-
PointerToLinenumbers
int PointerToLinenumbers
-
NumberOfRelocations
int NumberOfRelocations
-
NumberOfLinenumbers
int NumberOfLinenumbers
-
Characteristics
int Characteristics
-
-