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

Mostrar archivo Open project: quetzalcoatl/xvsr10

Private Properties

Property Type Description

Public Methods

Method 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 method

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

InstallAsVSPrivate() public static method

public static InstallAsVSPrivate ( Assembly asm, string installRoot ) : void
asm System.Reflection.Assembly
installRoot string
return void

InstallAsVSPrivate2() public static method

public static InstallAsVSPrivate2 ( Assembly asm, string installRoot ) : bool
asm System.Reflection.Assembly
installRoot string
return bool

InstallInGac() public static method

public static InstallInGac ( Assembly asm, Assembly referrer ) : void
asm System.Reflection.Assembly
referrer System.Reflection.Assembly
return void

IsInstalledAsVSPrivate() public static method

public static IsInstalledAsVSPrivate ( Assembly asm, string installRoot ) : bool
asm System.Reflection.Assembly
installRoot string
return bool

IsInstalledAsVSPrivateDiff() public static method

public static IsInstalledAsVSPrivateDiff ( Assembly asm, string installRoot ) : bool
asm System.Reflection.Assembly
installRoot string
return bool

IsInstalledInGac() public static method

public static IsInstalledInGac ( Assembly asm ) : bool
asm System.Reflection.Assembly
return bool

IsInstalledInGacDiff() public static method

public static IsInstalledInGacDiff ( Assembly asm ) : bool
asm System.Reflection.Assembly
return bool

UninstallFromGac() public static method

public static UninstallFromGac ( Assembly asm, Assembly referrer ) : void
asm System.Reflection.Assembly
referrer System.Reflection.Assembly
return void

UninstallFromVSPrivate() public static method

public static UninstallFromVSPrivate ( Assembly asm, string installRoot ) : void
asm System.Reflection.Assembly
installRoot string
return void