Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
RuntimeIdentifier
string
System.Runtime.InteropServices.RuntimeInformation.RuntimeIdentifier
static
get
Definition at line
36
of file
RuntimeInformation.cs
.
37
{
38
get
39
{
40
object
obj
=
s_runtimeIdentifier
;
41
if
(
obj
==
null
)
42
{
43
obj
= (AppContext.GetData(
"RUNTIME_IDENTIFIER"
) as
string
) ??
"unknown"
;
44
s_runtimeIdentifier
= (
string
)
obj
;
45
}
46
return
(
string
)
obj
;
47
}
48
}
System.Runtime.InteropServices.RuntimeInformation.s_runtimeIdentifier
static string s_runtimeIdentifier
Definition
RuntimeInformation.cs:10
string
System.ExceptionArgument.obj
@ obj
System
Runtime
InteropServices
RuntimeInformation
Generated by
1.10.0