C# Класс xunit.runner.visualstudio.vs2010.installer.AssemblyInstaller

Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

Метод Описание
CheckInstalledAssemblies ( string devenvdir, Assembly asms ) : string>.IDictionary
InstallAsVSPrivate ( Assembly asm, string installRoot ) : void
InstallAsVSPrivate2 ( Assembly asm, string installRoot ) : bool
InstallInGac ( Assembly asm, Assembly referrer ) : void
IsInstalledAsVSPrivate ( Assembly asm, string installRoot ) : bool
IsInstalledAsVSPrivateDiff ( Assembly asm, string installRoot ) : bool
IsInstalledInGac ( Assembly asm ) : bool
IsInstalledInGacDiff ( Assembly asm ) : bool
UninstallFromGac ( Assembly asm, Assembly referrer ) : void
UninstallFromVSPrivate ( Assembly asm, string installRoot ) : void

Описание методов

CheckInstalledAssemblies() публичный статический Метод

public static CheckInstalledAssemblies ( string devenvdir, Assembly asms ) : string>.IDictionary
devenvdir string
asms System.Reflection.Assembly
Результат string>.IDictionary

InstallAsVSPrivate() публичный статический Метод

public static InstallAsVSPrivate ( Assembly asm, string installRoot ) : void
asm System.Reflection.Assembly
installRoot string
Результат void

InstallAsVSPrivate2() публичный статический Метод

public static InstallAsVSPrivate2 ( Assembly asm, string installRoot ) : bool
asm System.Reflection.Assembly
installRoot string
Результат bool

InstallInGac() публичный статический Метод

public static InstallInGac ( Assembly asm, Assembly referrer ) : void
asm System.Reflection.Assembly
referrer System.Reflection.Assembly
Результат void

IsInstalledAsVSPrivate() публичный статический Метод

public static IsInstalledAsVSPrivate ( Assembly asm, string installRoot ) : bool
asm System.Reflection.Assembly
installRoot string
Результат bool

IsInstalledAsVSPrivateDiff() публичный статический Метод

public static IsInstalledAsVSPrivateDiff ( Assembly asm, string installRoot ) : bool
asm System.Reflection.Assembly
installRoot string
Результат bool

IsInstalledInGac() публичный статический Метод

public static IsInstalledInGac ( Assembly asm ) : bool
asm System.Reflection.Assembly
Результат bool

IsInstalledInGacDiff() публичный статический Метод

public static IsInstalledInGacDiff ( Assembly asm ) : bool
asm System.Reflection.Assembly
Результат bool

UninstallFromGac() публичный статический Метод

public static UninstallFromGac ( Assembly asm, Assembly referrer ) : void
asm System.Reflection.Assembly
referrer System.Reflection.Assembly
Результат void

UninstallFromVSPrivate() публичный статический Метод

public static UninstallFromVSPrivate ( Assembly asm, string installRoot ) : void
asm System.Reflection.Assembly
installRoot string
Результат void