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

◆ ProcessPath

? string System.Environment.ProcessPath
staticget

Definition at line 171 of file Environment.cs.

172 {
173 get
174 {
175 string text = s_processPath;
176 if (text == null)
177 {
180 }
181 if (text.Length == 0)
182 {
183 return null;
184 }
185 return text;
186 }
187 }
static string GetProcessPath()
static volatile string s_processPath
static int CompareExchange(ref int location1, int value, int comparand)

Referenced by System.IO.IsolatedStorage.Helper.GetDefaultIdentityAndHash().