C# Class SecureDelete.Actions.PowershellAction

Inheritance: IAction, ICloneable
Afficher le fichier Open project: gratianlup/SecureDelete Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : object
EndStart ( ) : bool
IsPowershellInstalled ( int &version ) : bool
Start ( ) : bool
Stop ( ) : void

Private Methods

Méthode Description
GetBridgeObjectList ( ) : List
InitExecutor ( ) : bool
OnScriptStateChanged ( object sender, System.Management.Automation.Runspaces.PipelineStateInfo info ) : void
OnTimeExpired ( object sender, EventArgs e ) : void
StartTimer ( ) : void
StopTimer ( ) : void

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

EndStart() public méthode

public EndStart ( ) : bool
Résultat bool

IsPowershellInstalled() public static méthode

public static IsPowershellInstalled ( int &version ) : bool
version int
Résultat bool

Start() public méthode

public Start ( ) : bool
Résultat bool

Stop() public méthode

public Stop ( ) : void
Résultat void