Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CodeBase
override
string
System.Reflection.RuntimeAssembly.CodeBase
get
Definition at line
46
of file
RuntimeAssembly.cs
.
47
{
48
get
49
{
50
string
codeBase
=
GetCodeBase
();
51
if
(
codeBase
==
null
)
52
{
53
throw
new
NotSupportedException(SR.NotSupported_CodeBase);
54
}
55
return
codeBase
;
56
}
57
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Reflection.RuntimeAssembly.GetCodeBase
string GetCodeBase()
Definition
RuntimeAssembly.cs:177
System.Runtime.Serialization.CollectionKind.Dictionary
@ Dictionary
System
Reflection
RuntimeAssembly
Generated by
1.10.0