alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class RuntimeEnvironment

    Provides some utility methods regarding the runtime.

    Inheritance
    System.Object
    RuntimeEnvironment
    Namespace: Syncfusion.Runtime.InteropServices
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class RuntimeEnvironment : Object

    Constructors

    RuntimeEnvironment()

    Declaration
    public RuntimeEnvironment()

    Properties

    MajorRuntimeVersion

    Returns the major runtime version.

    Declaration
    public static int MajorRuntimeVersion { get; }
    Property Value
    Type
    System.Int32

    MinorRuntimeVersion

    Returns the minor runtime version.

    Declaration
    public static int MinorRuntimeVersion { get; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved