C# 클래스 NuForVS.UI.AddReferenceForm

파일 보기 프로젝트 열기: kiliman/NuForVS 1 사용 예제들

공개 메소드들

메소드 설명
AddReferenceForm ( string solutionPath, int targetFramework, IProject project, ICommandRunner runner, IFileSystem fs, IConfigurationManager configManager ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

buildGemList ( string currentGemName ) : void
buildSearchResults ( string query ) : void
cancelConfig_Click ( object sender, EventArgs e ) : void
changeView_Click ( object sender, EventArgs e ) : void
clearConsole ( ) : void
copyDimensions ( Control source, Control destination ) : void
doInstallGem ( string gemname ) : void
gemList_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
gemToInstall_KeyUp ( object sender, KeyEventArgs e ) : void
getAssemblyVersion ( ) : string
installGem_Click ( object sender, EventArgs e ) : void
linkWebSite_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
outputConsole ( string line ) : void
saveConfig_Click ( object sender, EventArgs e ) : void
searchGems_KeyUp ( object sender, KeyEventArgs e ) : void
showConfig ( ) : void
showView ( ViewEnum view ) : void

메소드 상세

AddReferenceForm() 공개 메소드

public AddReferenceForm ( string solutionPath, int targetFramework, IProject project, ICommandRunner runner, IFileSystem fs, IConfigurationManager configManager ) : System
solutionPath string
targetFramework int
project IProject
runner ICommandRunner
fs IFileSystem
configManager IConfigurationManager
리턴 System

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void