SingleInstance Class |
Namespace: callback.ShellBoost.Core.Utilities
public sealed class SingleInstance
The SingleInstance type exposes the following members.
Name | Description | |
---|---|---|
![]() | SingleInstance |
Initializes a new instance of the SingleInstance class.
|
Name | Description | |
---|---|---|
![]() | Message |
Gets the single instance Windows message.
|
![]() | Mutex |
Gets the single instance mutex.
|
Name | Description | |
---|---|---|
![]() ![]() | ActivateWindow |
Activates the window.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | OnWndProc(Form, Message, Boolean) |
The WNDPROC delegate for Winforms applications.
|
![]() | OnWndProc(Form, Int32, IntPtr, IntPtr, Boolean) |
The WNDPROC delegate for Winforms applications.
|
![]() | OnWndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean, Boolean, Boolean) |
The WNDPROC delegate for WPF applications.
|
![]() | ReleaseMutex |
Releases the mutex.
|
![]() | RunFirstInstance(Action) |
Runs the first application instance.
|
![]() | RunFirstInstance(Action, IntPtr, IntPtr) |
Runs the first application instance.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WaitForMutex(IntPtr, IntPtr) |
Waits for the mutex.
|
![]() | WaitForMutex(Boolean, IntPtr, IntPtr) |
Waits for the mutex.
|