Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
CodeViewDebugDirectoryData.cs
Go to the documentation of this file.
1
namespace
System.Reflection.PortableExecutable
;
2
3
public
readonly
struct
CodeViewDebugDirectoryData
4
{
5
public
Guid
Guid
{
get
; }
6
7
public
int
Age
{
get
; }
8
9
public
string
Path
{
get
; }
10
11
internal
CodeViewDebugDirectoryData
(
Guid
guid,
int
age,
string
path)
12
{
13
Path
= path;
14
Guid
= guid;
15
Age
= age;
16
}
17
}
System.Reflection.PortableExecutable
Definition
Characteristics.cs:1
System.Guid
Definition
Guid.cs:15
System.Reflection.PortableExecutable.CodeViewDebugDirectoryData.Path
string Path
Definition
CodeViewDebugDirectoryData.cs:9
System.Reflection.PortableExecutable.CodeViewDebugDirectoryData.CodeViewDebugDirectoryData
CodeViewDebugDirectoryData(Guid guid, int age, string path)
Definition
CodeViewDebugDirectoryData.cs:11
System.Reflection.PortableExecutable.CodeViewDebugDirectoryData.Age
int Age
Definition
CodeViewDebugDirectoryData.cs:7
System.Reflection.PortableExecutable.CodeViewDebugDirectoryData
Definition
CodeViewDebugDirectoryData.cs:4
source
System.Reflection.Metadata
System.Reflection.PortableExecutable
CodeViewDebugDirectoryData.cs
Generated by
1.10.0