Class Platform
Platform specific queries and functions.
public static class Platform
- Inheritance
-
Platform
Fields
IsRunningDebugAssembly
Gets a value indicating whether the running assembly is a debug assembly.
public static readonly bool IsRunningDebugAssembly
Field Value
IsWindowsDesktop
Gets a value indicating whether the running platform is windows desktop.
public static readonly bool IsWindowsDesktop
Field Value
- bool
true
if this instance is windows desktop; otherwise,false
.
Type
The current running PlatformType.
public static readonly PlatformType Type