Definition at line 33 of file SectionHeader.cs.
◆ Characteristics
| DWORD IKVM.Reflection.Reader.SectionHeader.Characteristics |
◆ IMAGE_SCN_CNT_CODE
| const DWORD IKVM.Reflection.Reader.SectionHeader.IMAGE_SCN_CNT_CODE = 0x00000020 |
|
static |
◆ IMAGE_SCN_CNT_INITIALIZED_DATA
| const DWORD IKVM.Reflection.Reader.SectionHeader.IMAGE_SCN_CNT_INITIALIZED_DATA = 0x00000040 |
|
static |
◆ IMAGE_SCN_MEM_DISCARDABLE
| const DWORD IKVM.Reflection.Reader.SectionHeader.IMAGE_SCN_MEM_DISCARDABLE = 0x02000000 |
|
static |
◆ IMAGE_SCN_MEM_EXECUTE
| const DWORD IKVM.Reflection.Reader.SectionHeader.IMAGE_SCN_MEM_EXECUTE = 0x20000000 |
|
static |
◆ IMAGE_SCN_MEM_READ
| const DWORD IKVM.Reflection.Reader.SectionHeader.IMAGE_SCN_MEM_READ = 0x40000000 |
|
static |
◆ IMAGE_SCN_MEM_WRITE
| const DWORD IKVM.Reflection.Reader.SectionHeader.IMAGE_SCN_MEM_WRITE = 0x80000000 |
|
static |
◆ Name
| string IKVM.Reflection.Reader.SectionHeader.Name |
◆ NumberOfLinenumbers
| WORD IKVM.Reflection.Reader.SectionHeader.NumberOfLinenumbers |
◆ NumberOfRelocations
| WORD IKVM.Reflection.Reader.SectionHeader.NumberOfRelocations |
◆ PointerToLinenumbers
| DWORD IKVM.Reflection.Reader.SectionHeader.PointerToLinenumbers |
◆ PointerToRawData
| DWORD IKVM.Reflection.Reader.SectionHeader.PointerToRawData |
◆ PointerToRelocations
| DWORD IKVM.Reflection.Reader.SectionHeader.PointerToRelocations |
◆ SizeOfRawData
| DWORD IKVM.Reflection.Reader.SectionHeader.SizeOfRawData |
◆ VirtualAddress
| DWORD IKVM.Reflection.Reader.SectionHeader.VirtualAddress |
◆ VirtualSize
| DWORD IKVM.Reflection.Reader.SectionHeader.VirtualSize |
The documentation for this class was generated from the following file: