Check HostMode to determine the context in which your App is running.

Namespace:  RedCritterV1
Assembly:  RedCritterV1 (in RedCritterV1.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public EnumHostMode HostMode { get; }
Public ReadOnly Property HostMode As EnumHostMode

See Also