IAboutViewIsMono Property |
Gets or sets a value indicating that VRS is running under Mono.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool IsMono { get; set; }
Property IsMono As Boolean
Get
Set
property bool IsMono {
bool get ();
void set (bool value);
}
abstract IsMono : bool with get, set
Property Value
Type:
BooleanSee Also