Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
bool | Equals (OSPlatform other) |
override bool | Equals ([NotNullWhen(true)] object? obj) |
override int | GetHashCode () |
override string | ToString () |
bool | Equals (T? other) |
Static Public Member Functions | |
static OSPlatform | Create (string osPlatform) |
static bool | operator== (OSPlatform left, OSPlatform right) |
static bool | operator!= (OSPlatform left, OSPlatform right) |
Package Functions | |
bool | Equals (string other) |
Properties | |
static OSPlatform | FreeBSD = new OSPlatform("FREEBSD") [get] |
static OSPlatform | Linux = new OSPlatform("LINUX") [get] |
static OSPlatform | OSX = new OSPlatform("OSX") [get] |
static OSPlatform | Windows = new OSPlatform("WINDOWS") [get] |
string | Name [get] |
Private Member Functions | |
OSPlatform (string osPlatform) | |
Definition at line 5 of file OSPlatform.cs.