Ejemplo n.º 1
0
 public bool IsAtLeastVersion50()
 {
     return(DotNetUtils.HasPinvokeMethod(cliSecureRtType, "LoadLibraryA"));
 }