C# 클래스 NetIde.Setup.Installation.PackageInstaller

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

공개 메소드들

메소드 설명
Dispose ( ) : void
Install ( ) : void
PackageInstaller ( SetupConfiguration configuration, IProgress progress ) : System

비공개 메소드들

메소드 설명
AddLog ( string message ) : void
CreateContext ( ) : void
CreateShortcut ( string shortcutFileName, string mainIcon ) : void
CreateShortcuts ( ) : void
DownloadPackages ( ) : void
FindMainIcon ( ) : string
InstallPackages ( ) : void
SetProgress ( double progress ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Install() 공개 메소드

public Install ( ) : void
리턴 void

PackageInstaller() 공개 메소드

public PackageInstaller ( SetupConfiguration configuration, IProgress progress ) : System
configuration SetupConfiguration
progress IProgress
리턴 System