Class PlatformModeDetector
- Namespace
- Splat
- Assembly
- Splat.Drawing.dll
Detects various properties about a platform.
- Inheritance
-
Platform
Mode Detector
Methods
InDesignMode()
Gets a value indicating whether we are currently running from within a GUI design editor.
Returns
- bool
If we are currently running from design mode.
OverrideModeDetector(IPlatformModeDetector)
Overrides the mode detector with one of your own provided ones.
Parameters
modeDetector
IPlatformMode Detector The mode detector to use.