C# Class Fasdr.Backend.SingleGlobalInstance

Inheritance: IDisposable
Show file Open project: kelleyma49/fasdr Class Usage Examples

Public Properties

Property Type Description
hasHandle bool

Public Methods

Method Description
Dispose ( ) : void
SingleGlobalInstance ( int timeOut ) : System

Private Methods

Method Description
InitMutex ( ) : void
IsRunningOnMono ( ) : bool

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SingleGlobalInstance() public method

public SingleGlobalInstance ( int timeOut ) : System
timeOut int
return System

Property Details

hasHandle public property

public bool hasHandle
return bool