C# Class Prizm.Main.SingleInstance

Mutex operator for add & control single instance state
Show file Open project: AleksMorozova/prizm Class Usage Examples

Public Properties

Property Type Description
WM_SHOWFIRSTINSTANCE int

Public Methods

Method Description
ShowFirstInstance ( ) : void
Start ( ) : bool
Stop ( ) : void

Method Details

ShowFirstInstance() static public method

static public ShowFirstInstance ( ) : void
return void

Start() static public method

static public Start ( ) : bool
return bool

Stop() static public method

static public Stop ( ) : void
return void

Property Details

WM_SHOWFIRSTINSTANCE public static property

public static int WM_SHOWFIRSTINSTANCE
return int