C# 클래스 SevenZip4PowerShell.CmdletWorker

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

공개 메소드들

메소드 설명
Execute ( ) : void

보호된 메소드들

메소드 설명
Write ( string text ) : void
WriteProgress ( System.Management.Automation.ProgressRecord progressRecord ) : void

메소드 상세

Execute() 공개 추상적인 메소드

public abstract Execute ( ) : void
리턴 void

Write() 보호된 메소드

protected Write ( string text ) : void
text string
리턴 void

WriteProgress() 보호된 메소드

protected WriteProgress ( System.Management.Automation.ProgressRecord progressRecord ) : void
progressRecord System.Management.Automation.ProgressRecord
리턴 void