Class RuntimeEnvironment
Provides some utility methods regarding the runtime.
Inheritance
System.Object
RuntimeEnvironment
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: Syncfusion.Runtime.InteropServices
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class RuntimeEnvironment
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 |