Checks to make sure that only one instance of this application is running at a time.
View code on GitHub
Inheritance Hierarchy
DeltaEngine.Editor.Helpers SingleInstance TApplication
Namespace: DeltaEngine.Editor.Helpers
Assembly: DeltaEngine.Editor (in DeltaEngine.Editor.exe) Version: 1.1.1.0 (1.1.1)
Syntax
Type Parameters
- TApplication
The SingleInstance TApplication type exposes the following members.
Methods
Name | Description | |
---|---|---|
Cleanup |
Cleans up single-instance code, clearing shared resources, mutexes, etc.
View code on GitHub | |
InitializeAsFirstInstance |
Checks if the instance of the application attempting to start is the first instance.
If not, activates the first instance.
View code on GitHub |
Properties
Name | Description | |
---|---|---|
CommandLineArgs |
See Also