다음을 통해 공유


DevicePlatform 구조체

정의

애플리케이션이 실행 중인 디바이스 플랫폼입니다.

public struct DevicePlatform : IEquatable<Xamarin.Essentials.DevicePlatform>
[System.Runtime.CompilerServices.IsReadOnly]
public struct DevicePlatform : IEquatable<Xamarin.Essentials.DevicePlatform>
상속
System.ValueType
DevicePlatform
특성
System.Runtime.CompilerServices.IsReadOnlyAttribute
구현
System.IEquatable<DevicePlatform>

속성

Android

Android 플랫폼을 가져옵니다.

iOS

iOS 플랫폼을 가져옵니다.

macOS

애플리케이션이 실행 중인 디바이스 플랫폼입니다.

Tizen

Tizen 플랫폼을 가져옵니다.

tvOS

tvOS 플랫폼을 가져옵니다.

Unknown

알 수 없는 플랫폼을 가져옵니다.

UWP

UWP 플랫폼을 가져옵니다.

watchOS

watchOS 플랫폼을 가져옵니다.

메서드

Create(String)

새 디바이스 플랫폼을 만듭니다.

Equals(DevicePlatform)

플랫폼의 같음을 확인합니다.

Equals(Object)

플랫폼의 같음을 확인합니다.

GetHashCode()

플랫폼의 해시 코드를 가져옵니다.

ToString()

플랫폼의 문자열 표현입니다.

연산자

Equality(DevicePlatform, DevicePlatform)

플랫폼의 같음을 확인합니다.

Inequality(DevicePlatform, DevicePlatform)

플랫폼의 같음을 확인합니다.

적용 대상