C# Class NAnt.Core.Util.GacCache.GacResolver

Inheritance: System.MarshalByRefObject
显示文件 Open project: skolima/NAnt

Public Methods

Method Description
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.

Method Details

InitializeLifetimeService() public method

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

IsAssemblyInGac() public method

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.
return bool