C# 클래스 NAnt.Core.Util.GacCache.GacResolver

상속: System.MarshalByRefObject
파일 보기 프로젝트 열기: skolima/NAnt

공개 메소드들

메소드 설명
InitializeLifetimeService ( ) : Object

Obtains a lifetime service object to control the lifetime policy for this instance.

IsAssemblyInGac ( string assemblyFile ) : bool

Determines whether an assembly is installed in the Global Assembly Cache given its file name or path.

메소드 상세

InitializeLifetimeService() 공개 메소드

Obtains a lifetime service object to control the lifetime policy for this instance.
public InitializeLifetimeService ( ) : Object
리턴 Object

IsAssemblyInGac() 공개 메소드

Determines whether an assembly is installed in the Global Assembly Cache given its file name or path.
public IsAssemblyInGac ( string assemblyFile ) : bool
assemblyFile string The name or path of the file that contains the manifest of the assembly.
리턴 bool