public bool Exists([MarshalAs(UnmanagedType.LPWStr)] string framework) { return(VersionDetector.Exists(framework)); }
public string GetRuntimeFramework() { return(string.Format("{0}", VersionDetector.GetVersion())); }