Mutex Methods
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Threading Namespace
Mutex Class
Mutex Methods
Close Method
Finalize Method
GetAccessControl Method
MemberwiseClone Method
OpenExisting Method
ReleaseMutex Method
SetAccessControl Method
WaitOne Method
Mutex Class
Mutex Members
Mutex Constructor
Mutex Methods
Mutex Properties
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
Mutex Methods
The
Mutex
type exposes the following members.
Methods
Name
Description
Close
Overloaded.
CreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from
MarshalByRefObject
.)
Dispose
When overridden in a derived class, releases the unmanaged resources used by the
WaitHandle
, and optionally releases the managed resources.
(Inherited from
WaitHandle
.)
Equals
Determines whether the specified
Object
is equal to the current
Object
.
(Inherited from
Object
.)
Finalize
Overloaded.
GetAccessControl
Gets a
MutexSecurity
object that represents the access control security for the named mutex.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from
Object
.)
GetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from
MarshalByRefObject
.)
GetType
Gets the
Type
of the current instance.
(Inherited from
Object
.)
InitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from
MarshalByRefObject
.)
MemberwiseClone
Overloaded.
OpenExisting
Overloaded.
Open an existing named mutex.
ReleaseMutex
Releases the
Mutex
once.
SetAccessControl
Sets the access control security for a named system mutex.
ToString
Returns a
String
that represents the current
Object
.
(Inherited from
Object
.)
WaitOne
Overloaded.
Top
Explicit Interface Implementations
Name
Description
IDisposable
.
.
::
.
Dispose
Infrastructure.
Releases all resources used by the
WaitHandle
.
(Inherited from
WaitHandle
.)
Top
See Also
Reference
Mutex Class
System.Threading Namespace
Tags :