﻿

   TypeName: System.Threading.Mutex

Name                      MemberType Definition                                                                        
----                      ---------- ----------                                                                        
Close                     Method     void Close()                                                                      
CreateObjRef              Method     System.Runtime.Remoting.ObjRef CreateObjRef(type requestedType)                   
Dispose                   Method     void Dispose(), void IDisposable.Dispose()                                        
Equals                    Method     bool Equals(System.Object obj)                                                    
GetAccessControl          Method     System.Security.AccessControl.MutexSecurity GetAccessControl()                    
GetHashCode               Method     int GetHashCode()                                                                 
GetLifetimeService        Method     System.Object GetLifetimeService()                                                
GetType                   Method     type GetType()                                                                    
InitializeLifetimeService Method     System.Object InitializeLifetimeService()                                         
ReleaseMutex              Method     void ReleaseMutex()                                                               
SetAccessControl          Method     void SetAccessControl(System.Security.AccessControl.MutexSecurity mutexSecurity)  
ToString                  Method     string ToString()                                                                 
WaitOne                   Method     bool WaitOne(int millisecondsTimeout, bool exitContext), bool WaitOne(timespan ...
Handle                    Property   System.IntPtr Handle {get;set;}                                                   
SafeWaitHandle            Property   Microsoft.Win32.SafeHandles.SafeWaitHandle SafeWaitHandle {get;set;}              


