Enum AppContextType
Type of a GameContext.
public enum AppContextTypeFields
- Android = 3
- Game running on Android in an AndroidStrideGameView. 
- Desktop = 0
- Game running on desktop in a form or System.Windows.Forms Control. 
- DesktopSDL = 1
- Game running on desktop in a SDL window. 
- DesktopWpf = 2
- Game running on desktop in a WPF window through a D3DImage. 
- UWPCoreWindow = 5
- Game running on UWP in a CoreWindow. 
- UWPXaml = 4
- Game running on UWP in a Xaml SwapChainPanel. 
- iOS = 6
- Game running on iOS in a iPhoneOSGameView.