- Namespace
- Avalonia
.Platform - Base Types
-
- object
- ValueType
graph BT
Type-->Base0["ValueType"]
Base0-->Base1["object"]
Type["RuntimePlatformInfo"]
class Type type-node
Syntax
public struct RuntimePlatformInfo : ValueType
Properties
Name | Value | Summary |
---|---|---|
IsCoreClr | bool | |
IsDesktop | bool | |
IsDotNetFramework | bool | |
IsMobile | bool | |
IsMono | bool | |
IsUnix | bool | |
OperatingSystem | OperatingSystemType |