You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pwszRuntimeVersion
[in] A string that describes the version of the CLR you want to load. A version number in the .NET Framework consists of four parts separated by periods: major.minor.build.revision. The string must start with the character "v" followed by the first three parts of the version number (for example, "v4.0.30319").
ppManagedRuntimeHost
[out] An interface pointer to the version of the runtime that was loaded.