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 |