Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
FullName
override
string
System.Reflection.RuntimeAssembly.FullName
get
inherited
Definition at line
59
of file
RuntimeAssembly.cs
.
60
{
61
get
62
{
63
if
(
m_fullname
==
null
)
64
{
65
string
s
=
null
;
66
RuntimeAssembly
assembly
=
this
;
67
GetFullName
(
new
QCallAssembly
(
ref
assembly
),
new
StringHandleOnStack
(
ref
s
));
68
Interlocked
.
CompareExchange
(
ref
m_fullname
,
s
,
null
);
69
}
70
return
m_fullname
;
71
}
72
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Reflection.RuntimeAssembly.m_fullname
string m_fullname
Definition
RuntimeAssembly.cs:27
System.Reflection.RuntimeAssembly.GetFullName
static void GetFullName(QCallAssembly assembly, StringHandleOnStack retString)
System.Reflection.RuntimeAssembly.RuntimeAssembly
RuntimeAssembly()
Definition
RuntimeAssembly.cs:164
System.Threading.Interlocked.CompareExchange
static int CompareExchange(ref int location1, int value, int comparand)
System.Threading.Interlocked
Definition
Interlocked.cs:9
System.ExceptionArgument.s
@ s
System.Runtime.CompilerServices.QCallAssembly
Definition
QCallAssembly.cs:7
System.Runtime.CompilerServices.StringHandleOnStack
Definition
StringHandleOnStack.cs:6
System
Reflection
Emit
InternalAssemblyBuilder
Generated by
1.10.0