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

Inheritance: System.MarshalByRefObject
Afficher le fichier Open project: skolima/NAnt

Méthodes publiques

Méthode 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 méthode

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

IsAssemblyInGac() public méthode

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.
Résultat bool