C# Class System.Threading.RegisteredWaitHandleSafe

Inheritance: System.Runtime.ConstrainedExecution.CriticalFinalizerObject
显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Methods

Method Description
GetHandle ( ) : IntPtr
RegisteredWaitHandleSafe ( ) : System.Security
SetHandle ( IntPtr handle ) : void
SetWaitObject ( WaitHandle waitObject ) : void
Unregister ( WaitHandle waitObject ) : bool
UnregisterWaitNative ( IntPtr handle, SafeHandle waitObject ) : bool
ValidHandle ( ) : bool
WaitHandleCleanupNative ( IntPtr handle ) : void