Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros
System.Runtime.InteropServices.OSPlatform Struct Reference

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)
 

Detailed Description

Definition at line 5 of file OSPlatform.cs.


The documentation for this struct was generated from the following file: