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

◆ IsOSPlatform()

static bool System.Runtime.InteropServices.RuntimeInformation.IsOSPlatform ( OSPlatform osPlatform)
inlinestatic

Definition at line 130 of file RuntimeInformation.cs.

131 {
132 return OperatingSystem.IsOSPlatform(osPlatform.Name);
133 }

References System.OperatingSystem.IsOSPlatform(), and System.Runtime.InteropServices.OSPlatform.Name.