Class Platform
Platform check helper class. Use this class to determine if this assembly is executing under the Mono Runtime environment.
Inheritance
System.Object
Platform
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OSGeo.MapGuide.MaestroAPI
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public static class Platform
Properties
| Improve this Doc View SourceIsRunningOnMono
Gets whether this application is running under the Mono CLR
Declaration
public static bool IsRunningOnMono { get; }
Property Value
Type | Description |
---|---|
System.Boolean |