C# 클래스 CoreTechs.Common.SingleGlobalInstance

상속: IDisposable
파일 보기 프로젝트 열기: Core-Techs/Common

공개 프로퍼티들

프로퍼티 타입 설명
HasHandle bool

공개 메소드들

메소드 설명
Dispose ( ) : void
SingleGlobalInstance ( Assembly assembly, int timeOut = DefaultTimeout ) : System
SingleGlobalInstance ( System.Guid id, int timeOut = DefaultTimeout ) : System
SingleGlobalInstance ( int timeOut = DefaultTimeout ) : System

비공개 메소드들

메소드 설명
GetAssemblyId ( Assembly assembly ) : System.Guid
InitMutex ( System.Guid appGuid ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

SingleGlobalInstance() 공개 메소드

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

SingleGlobalInstance() 공개 메소드

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

SingleGlobalInstance() 공개 메소드

public SingleGlobalInstance ( int timeOut = DefaultTimeout ) : System
timeOut int
리턴 System

프로퍼티 상세

HasHandle 공개적으로 프로퍼티

public bool HasHandle
리턴 bool