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