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 }