DkmClrRuntimeInstance.RuntimeVersion Property

Definition

[Optional] The version string for the CLR instance (ex: 'v2.0.50727').

public:
 property System::String ^ RuntimeVersion { System::String ^ get(); };
public:
 property Platform::String ^ RuntimeVersion { Platform::String ^ get(); };
public string RuntimeVersion { get; }
member this.RuntimeVersion : string
Public ReadOnly Property RuntimeVersion As String

Property Value

Returns String.

Applies to