Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ImageRuntimeVersion
override
string
System.Reflection.RuntimeAssembly.ImageRuntimeVersion
get
Definition at line
132
of file
RuntimeAssembly.cs
.
133
{
134
get
135
{
136
string
s
=
null
;
137
RuntimeAssembly
assembly
=
this
;
138
GetImageRuntimeVersion
(
new
QCallAssembly
(
ref
assembly
),
new
StringHandleOnStack
(
ref
s
));
139
return
s
;
140
}
141
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Reflection.RuntimeAssembly.GetImageRuntimeVersion
static void GetImageRuntimeVersion(QCallAssembly assembly, StringHandleOnStack retString)
System.Reflection.RuntimeAssembly.RuntimeAssembly
RuntimeAssembly()
Definition
RuntimeAssembly.cs:164
System.ExceptionArgument.s
@ s
System.Runtime.CompilerServices.QCallAssembly
Definition
QCallAssembly.cs:7
System.Runtime.CompilerServices.StringHandleOnStack
Definition
StringHandleOnStack.cs:6
System
Reflection
RuntimeAssembly
Generated by
1.10.0