Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
IKVM
Reflection
Reader
SectionHeader
C# Class IKVM.Reflection.Reader.SectionHeader
Show file
Open project: mono/ikvm
Class Usage Examples
Public Properties
Property
Type
Description
Characteristics
System.UInt32
Name
string
NumberOfLinenumbers
System.UInt16
NumberOfRelocations
System.UInt16
PointerToLinenumbers
System.UInt32
PointerToRawData
System.UInt32
PointerToRelocations
System.UInt32
SizeOfRawData
System.UInt32
VirtualAddress
System.UInt32
VirtualSize
System.UInt32
Private Methods
Method
Description
Read
(
BinaryReader
br
) :
void
Property Details
Characteristics
public property
public
UInt32,System
Characteristics
return
System.UInt32
Name
public property
public
string
Name
return
string
NumberOfLinenumbers
public property
public
UInt16,System
NumberOfLinenumbers
return
System.UInt16
NumberOfRelocations
public property
public
UInt16,System
NumberOfRelocations
return
System.UInt16
PointerToLinenumbers
public property
public
UInt32,System
PointerToLinenumbers
return
System.UInt32
PointerToRawData
public property
public
UInt32,System
PointerToRawData
return
System.UInt32
PointerToRelocations
public property
public
UInt32,System
PointerToRelocations
return
System.UInt32
SizeOfRawData
public property
public
UInt32,System
SizeOfRawData
return
System.UInt32
VirtualAddress
public property
public
UInt32,System
VirtualAddress
return
System.UInt32
VirtualSize
public property
public
UInt32,System
VirtualSize
return
System.UInt32