Click or drag to resize
InteropIsRunningInTheSimulator Property
Returns True is the app is running in C# inside the Simulator, and False otherwise.

Namespace: CSHTML5
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public static bool IsRunningInTheSimulator { get; }

Property Value

Type: Boolean
See Also