OSPlatform Estructura
Definición
Representa una plataforma de sistema operativo.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)
- Herencia
- Implementaciones
Propiedades
FreeBSD |
Obtiene un objeto que representa el sistema operativo FreeBSD.Gets an object that represents the FreeBSD operating system. |
Linux |
Obtiene un objeto que representa el sistema operativo Linux.Gets an object that represents the Linux operating system. |
OSX |
Obtiene un objeto que representa el sistema operativo OSX.Gets an object that represents the OSX operating system. |
Windows |
Obtiene un objeto que representa el sistema operativo Windows.Gets an object that represents the Windows operating system. |
Métodos
Create(String) |
Crea una nueva instancia de OSPlatform.Creates a new OSPlatform instance. |
Equals(Object) |
Determina si la instancia actual de OSPlatform es igual que el objeto especificado.Determines whether the current OSPlatform instance is equal to the specified object. |
Equals(OSPlatform) |
Determina si la instancia actual y la instancia OSPlatform especificada son iguales.Determines whether the current instance and the specified OSPlatform instance are equal. |
GetHashCode() |
Devuelve el código hash de esta instancia.Returns the hash code for this instance. |
ToString() |
Devuelve la representación de cadena de esta instancia de OSPlatform.Returns the string representation of this OSPlatform instance. |
Operadores
Equality(OSPlatform, OSPlatform) |
Determina si los dos objetos OSPlatform son iguales.Determines whether two OSPlatform objects are equal. |
Inequality(OSPlatform, OSPlatform) |
Determina si dos instancias de OSPlatform no son iguales.Determines whether two OSPlatform instances are unequal. |