C# Class YetAnotherRelogger.SingleInstance

Show file Open project: sinterlkaas/YetAnotherRelogger Class Usage Examples

Public Properties

Property Type Description
WM_SHOWFIRSTINSTANCE int

Public Methods

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

Method Details

ShowFirstInstance() public static method

public static ShowFirstInstance ( ) : void
return void

Start() public static method

public static Start ( ) : bool
return bool

Stop() public static method

public static Stop ( ) : void
return void

Property Details

WM_SHOWFIRSTINSTANCE public static property

public static int WM_SHOWFIRSTINSTANCE
return int