Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AssemblyQualifiedName
override
string
System.RuntimeType.AssemblyQualifiedName
get
Definition at line
1537
of file
RuntimeType.cs
.
1538
{
1539
get
1540
{
1541
string
fullName
=
FullName
;
1542
if
(
fullName
==
null
)
1543
{
1544
return
null
;
1545
}
1546
return
Assembly
.
CreateQualifiedName
(
Assembly
.
FullName
,
fullName
);
1547
}
1548
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Reflection.Assembly.CreateQualifiedName
static string CreateQualifiedName(string? assemblyName, string? typeName)
Definition
Assembly.cs:467
System.Reflection.Assembly.FullName
virtual ? string FullName
Definition
Assembly.cs:74
System.Reflection.Assembly
Definition
Assembly.cs:16
System.RuntimeType.FullName
override string FullName
Definition
RuntimeType.cs:1535
System
RuntimeType
Generated by
1.10.0