SingleInstance TApplication  InitializeAsFirstInstance Method Delta Engine Documentation
Checks if the instance of the application attempting to start is the first instance. If not, activates the first instance. View code on GitHub

Namespace: DeltaEngine.Editor.Helpers
Assembly: DeltaEngine.Editor (in DeltaEngine.Editor.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public static bool InitializeAsFirstInstance(
	string uniqueName
)

Return Value

Type: Boolean
See Also