C# 클래스 Microsoft.Alm.Cli.Installer

파일 보기 프로젝트 열기: Microsoft/Git-Credential-Manager-for-Windows

Private Properties

프로퍼티 타입 설명
CleanFiles bool
CopyFiles bool
DeployElevated void
ExecuteGit bool
Pause void
RemoveElevated void
SetOutput void

공개 메소드들

메소드 설명
DeployConsole ( ) : void
DetectNetFx ( System.Version &version ) : bool
Installer ( ) : System
RemoveConsole ( ) : void
SetGitConfig ( List installations, GitConfigAction action, Microsoft.Alm.Git.Configuration type, Microsoft.Alm.Git.Configuration &updated ) : bool

비공개 메소드들

메소드 설명
CleanFiles ( string path, IReadOnlyList files, List &cleanedFiles ) : bool
CopyFiles ( string srcPath, string dstPath, IReadOnlyList files, List &copiedFiles ) : bool
DeployElevated ( ) : void
ExecuteGit ( string gitCmdPath, string command ) : bool
Pause ( ) : void
RemoveElevated ( ) : void
SetOutput ( bool muteStdout, bool muteStderr ) : void

메소드 상세

DeployConsole() 공개 메소드

public DeployConsole ( ) : void
리턴 void

DetectNetFx() 공개 메소드

public DetectNetFx ( System.Version &version ) : bool
version System.Version
리턴 bool

Installer() 공개 메소드

public Installer ( ) : System
리턴 System

RemoveConsole() 공개 메소드

public RemoveConsole ( ) : void
리턴 void

SetGitConfig() 공개 메소드

public SetGitConfig ( List installations, GitConfigAction action, Microsoft.Alm.Git.Configuration type, Microsoft.Alm.Git.Configuration &updated ) : bool
installations List
action GitConfigAction
type Microsoft.Alm.Git.Configuration
updated Microsoft.Alm.Git.Configuration
리턴 bool