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