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

◆ EscapedCodeBase

string? System.Reflection.AssemblyName.EscapedCodeBase
get

Definition at line 107 of file AssemblyName.cs.

108 {
109 get
110 {
111 if (_codeBase == null)
112 {
113 return null;
114 }
116 }
117 }
static string EscapeCodeBase(string codebase)