C# 클래스 PsGet.Commands.PsGetCommandBase

상속: System.Management.Automation.PSCmdlet
파일 보기 프로젝트 열기: anurse/PS-Get

보호된 메소드들

메소드 설명
BeginProcessing ( ) : void
BeginProcessingCore ( ) : void
CreateFileSystem ( ) : IFileSystem
CreateFileSystem ( string root ) : IFileSystem
EndProcessing ( ) : void
EndProcessingCore ( ) : void
ProcessRecord ( ) : void
ProcessRecordCore ( ) : void
PsGetCommandBase ( ) : System
StopProcessing ( ) : void
StopProcessingCore ( ) : void

메소드 상세

BeginProcessing() 보호된 최종 메소드

protected final BeginProcessing ( ) : void
리턴 void

BeginProcessingCore() 보호된 메소드

protected BeginProcessingCore ( ) : void
리턴 void

CreateFileSystem() 보호된 메소드

protected CreateFileSystem ( ) : IFileSystem
리턴 IFileSystem

CreateFileSystem() 보호된 메소드

protected CreateFileSystem ( string root ) : IFileSystem
root string
리턴 IFileSystem

EndProcessing() 보호된 최종 메소드

protected final EndProcessing ( ) : void
리턴 void

EndProcessingCore() 보호된 메소드

protected EndProcessingCore ( ) : void
리턴 void

ProcessRecord() 보호된 최종 메소드

protected final ProcessRecord ( ) : void
리턴 void

ProcessRecordCore() 보호된 메소드

protected ProcessRecordCore ( ) : void
리턴 void

PsGetCommandBase() 보호된 메소드

protected PsGetCommandBase ( ) : System
리턴 System

StopProcessing() 보호된 최종 메소드

protected final StopProcessing ( ) : void
리턴 void

StopProcessingCore() 보호된 메소드

protected StopProcessingCore ( ) : void
리턴 void