Search Results for

    Show / Hide Table of Contents

    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 Source

    IsRunningOnMono

    Gets whether this application is running under the Mono CLR

    Declaration
    public static bool IsRunningOnMono { get; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng