C# Class xunit.runner.visualstudio.vs2010.installer.AssemblyInstaller

Afficher le fichier Open project: quetzalcoatl/xvsr10

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

CheckInstalledAssemblies() public static méthode

public static CheckInstalledAssemblies ( string devenvdir, Assembly asms ) : string>.IDictionary
devenvdir string
asms System.Reflection.Assembly
Résultat string>.IDictionary

InstallAsVSPrivate() public static méthode

public static InstallAsVSPrivate ( Assembly asm, string installRoot ) : void
asm System.Reflection.Assembly
installRoot string
Résultat void

InstallAsVSPrivate2() public static méthode

public static InstallAsVSPrivate2 ( Assembly asm, string installRoot ) : bool
asm System.Reflection.Assembly
installRoot string
Résultat bool

InstallInGac() public static méthode

public static InstallInGac ( Assembly asm, Assembly referrer ) : void
asm System.Reflection.Assembly
referrer System.Reflection.Assembly
Résultat void

IsInstalledAsVSPrivate() public static méthode

public static IsInstalledAsVSPrivate ( Assembly asm, string installRoot ) : bool
asm System.Reflection.Assembly
installRoot string
Résultat bool

IsInstalledAsVSPrivateDiff() public static méthode

public static IsInstalledAsVSPrivateDiff ( Assembly asm, string installRoot ) : bool
asm System.Reflection.Assembly
installRoot string
Résultat bool

IsInstalledInGac() public static méthode

public static IsInstalledInGac ( Assembly asm ) : bool
asm System.Reflection.Assembly
Résultat bool

IsInstalledInGacDiff() public static méthode

public static IsInstalledInGacDiff ( Assembly asm ) : bool
asm System.Reflection.Assembly
Résultat bool

UninstallFromGac() public static méthode

public static UninstallFromGac ( Assembly asm, Assembly referrer ) : void
asm System.Reflection.Assembly
referrer System.Reflection.Assembly
Résultat void

UninstallFromVSPrivate() public static méthode

public static UninstallFromVSPrivate ( Assembly asm, string installRoot ) : void
asm System.Reflection.Assembly
installRoot string
Résultat void