示例#1
0
 public static void Dispose(AutoResetEventHandle handle)
 {
     Dispose(Thread.CurrentProcess, handle);
 }
示例#2
0
 public static bool SetNoGC(AutoResetEventHandle handle)
 {
     return(Set(handle));
 }