C# Класс NAnt.Core.Util.GacCache.GacResolver

Наследование: System.MarshalByRefObject
Показать файл Открыть проект

Открытые методы

Метод Описание
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