예제 #1
0
 public bool IsAtLeastVersion50()
 {
     return(DotNetUtils.HasPinvokeMethod(cliSecureRtType, "LoadLibraryA"));
 }