C# 클래스 SecureDelete.Actions.PowershellAction

상속: IAction, ICloneable
파일 보기 프로젝트 열기: gratianlup/SecureDelete 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : object
EndStart ( ) : bool
IsPowershellInstalled ( int &version ) : bool
Start ( ) : bool
Stop ( ) : void

비공개 메소드들

메소드 설명
GetBridgeObjectList ( ) : List
InitExecutor ( ) : bool
OnScriptStateChanged ( object sender, System.Management.Automation.Runspaces.PipelineStateInfo info ) : void
OnTimeExpired ( object sender, EventArgs e ) : void
StartTimer ( ) : void
StopTimer ( ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

EndStart() 공개 메소드

public EndStart ( ) : bool
리턴 bool

IsPowershellInstalled() 공개 정적인 메소드

public static IsPowershellInstalled ( int &version ) : bool
version int
리턴 bool

Start() 공개 메소드

public Start ( ) : bool
리턴 bool

Stop() 공개 메소드

public Stop ( ) : void
리턴 void