C# 클래스 xunit.runner.visualstudio.vs2010.installer.AssemblyInstaller

파일 보기 프로젝트 열기: quetzalcoatl/xvsr10

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