Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CodeBase

string? System.Reflection.AssemblyName.CodeBase
getset

Definition at line 93 of file AssemblyName.cs.

94 {
95 [RequiresAssemblyFiles("The code will return an empty string for assemblies embedded in a single-file app")]
96 get
97 {
98 return _codeBase;
99 }
100 set
101 {
103 }
104 }