C# Class CoreTechs.Common.SingleGlobalInstance

Inheritance: IDisposable
Datei anzeigen Open project: Core-Techs/Common

Public Properties

Property Type Description
HasHandle bool

Public Methods

Method Description
Dispose ( ) : void
SingleGlobalInstance ( Assembly assembly, int timeOut = DefaultTimeout ) : System
SingleGlobalInstance ( System.Guid id, int timeOut = DefaultTimeout ) : System
SingleGlobalInstance ( int timeOut = DefaultTimeout ) : System

Private Methods

Method Description
GetAssemblyId ( Assembly assembly ) : System.Guid
InitMutex ( System.Guid appGuid ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SingleGlobalInstance() public method

public SingleGlobalInstance ( Assembly assembly, int timeOut = DefaultTimeout ) : System
assembly System.Reflection.Assembly
timeOut int
return System

SingleGlobalInstance() public method

public SingleGlobalInstance ( System.Guid id, int timeOut = DefaultTimeout ) : System
id System.Guid
timeOut int
return System

SingleGlobalInstance() public method

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

Property Details

HasHandle public_oe property

public bool HasHandle
return bool