Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SectionLocation.cs
Go to the documentation of this file.
1
namespace
System.Reflection.PortableExecutable
;
2
3
public
readonly
struct
SectionLocation
4
{
5
public
int
RelativeVirtualAddress
{
get
; }
6
7
public
int
PointerToRawData
{
get
; }
8
9
public
SectionLocation
(
int
relativeVirtualAddress,
int
pointerToRawData)
10
{
11
RelativeVirtualAddress
= relativeVirtualAddress;
12
PointerToRawData
= pointerToRawData;
13
}
14
}
System.Reflection.PortableExecutable
Definition
Characteristics.cs:1
System.Reflection.PortableExecutable.SectionLocation.RelativeVirtualAddress
int RelativeVirtualAddress
Definition
SectionLocation.cs:5
System.Reflection.PortableExecutable.SectionLocation.PointerToRawData
int PointerToRawData
Definition
SectionLocation.cs:7
System.Reflection.PortableExecutable.SectionLocation.SectionLocation
SectionLocation(int relativeVirtualAddress, int pointerToRawData)
Definition
SectionLocation.cs:9
System.Reflection.PortableExecutable.SectionLocation
Definition
SectionLocation.cs:4
source
System.Reflection.Metadata
System.Reflection.PortableExecutable
SectionLocation.cs
Generated by
1.10.0