Platform Class
Namespace: Stride.CoreAssembly: Stride.Core.dll
Platform specific queries and functions.
                 System.Object →  
                Platform
              
              
                 Derived from Platform: 
              
              
              
public static class Platform
              | Name | Description | |
|---|---|---|
| Fields | ||
| IsRunningDebugAssembly | Gets a value indicating whether the running assembly is a debug assembly.  | 
                          |
| IsWindowsDesktop | Gets a value indicating whether the running platform is windows desktop.  | 
                          |
| Type | The current running PlatformType.  | 
                          |
Fields
IsRunningDebugAssembly
Gets a value indicating whether the running assembly is a debug assembly.
public static readonly bool IsRunningDebugAssembly
              Field Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsWindowsDesktop
Gets a value indicating whether the running platform is windows desktop.
public static readonly bool IsWindowsDesktop
              Field Value
| Type | Description | 
|---|---|
| System.Boolean | 
  | 
                  
Type
The current running PlatformType.
public static readonly PlatformType Type
              Field Value
| Type | Description | 
|---|---|
| PlatformType |