OSPlatform 구조체

정의

운영 체제 플랫폼을 나타냅니다.

public value class OSPlatform : IEquatable<System::Runtime::InteropServices::OSPlatform>
public readonly struct OSPlatform : IEquatable<System.Runtime.InteropServices.OSPlatform>
public struct OSPlatform : IEquatable<System.Runtime.InteropServices.OSPlatform>
type OSPlatform = struct
Public Structure OSPlatform
Implements IEquatable(Of OSPlatform)
상속
OSPlatform
구현

속성

FreeBSD

FreeBSD 운영 체제를 나타내는 개체를 가져옵니다.

Linux

Linux 운영 체제를 나타내는 개체를 가져옵니다.

OSX

OSX 운영 체제를 나타내는 개체를 가져옵니다.

Windows

Windows 운영 체제를 나타내는 개체를 가져옵니다.

메서드

Create(String)

OSPlatform 인스턴스를 만듭니다.

Equals(Object)

현재 OSPlatform 인스턴스가 지정된 개체와 같은지 여부를 확인합니다.

Equals(OSPlatform)

현재 인스턴스와 지정한 OSPlatform 인스턴스가 같은지를 확인합니다.

GetHashCode()

이 인스턴스의 해시 코드를 반환합니다.

ToString()

OSPlatform 인스턴스의 문자열 표현을 반환합니다.

연산자

Equality(OSPlatform, OSPlatform)

OSPlatform 개체가 서로 같은지 확인합니다.

Inequality(OSPlatform, OSPlatform)

두 개의 OSPlatform 인스턴스가 다른지를 확인합니다.

적용 대상