SystemInformationEvent.ClrVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the version of the CLR loaded in the process.
public:
property System::String ^ ClrVersion { System::String ^ get(); };
public:
property Platform::String ^ ClrVersion { Platform::String ^ get(); };
public string ClrVersion { get; }
member this.ClrVersion : string
Public ReadOnly Property ClrVersion As String