OSPlatform Struct
Definition
Represents an operating system platform.
public value class OSPlatform : IEquatable<System::Runtime::InteropServices::OSPlatform>
public struct OSPlatform : IEquatable<System.Runtime.InteropServices.OSPlatform>
type OSPlatform = struct
Public Structure OSPlatform
Implements IEquatable(Of OSPlatform)
- Inheritance
- Implements
Properties
FreeBSD |
Gets an object that represents the FreeBSD operating system. |
Linux |
Gets an object that represents the Linux operating system. |
OSX |
Gets an object that represents the OSX operating system. |
Windows |
Gets an object that represents the Windows operating system. |
Methods
Create(String) |
Creates a new OSPlatform instance. |
Equals(Object) |
Determines whether the current OSPlatform instance is equal to the specified object. |
Equals(OSPlatform) |
Determines whether the current instance and the specified OSPlatform instance are equal. |
GetHashCode() |
Returns the hash code for this instance. |
ToString() |
Returns the string representation of this OSPlatform instance. |
Operators
Equality(OSPlatform, OSPlatform) |
Determines whether two OSPlatform objects are equal. |
Inequality(OSPlatform, OSPlatform) |
Determines whether two OSPlatform instances are unequal. |