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

◆ SystemConfigurationFile

string System.Runtime.InteropServices.RuntimeEnvironment.SystemConfigurationFile
staticget

Definition at line 10 of file RuntimeEnvironment.cs.

11 {
12 get
13 {
14 throw new PlatformNotSupportedException();
15 }
16 }