C# Class SePSX.JsRecorder

Description of ScriptRunner.
Inheritance: IJsRecorder
Mostra file Open project: apetrovskiy/STUPS

Public Methods

Method Description
CleanRecordedDuringSleep ( TranscriptCmdletBase cmdlet ) : void
GetRecordedResults ( ) : IEnumerable
JsRecorder ( ) : System
MakeJsInjection ( TranscriptCmdletBase cmdlet ) : void
StopRecording ( TranscriptCmdletBase cmdlet ) : void

Method Details

CleanRecordedDuringSleep() public method

public CleanRecordedDuringSleep ( TranscriptCmdletBase cmdlet ) : void
cmdlet TranscriptCmdletBase
return void

GetRecordedResults() public method

public GetRecordedResults ( ) : IEnumerable
return IEnumerable

JsRecorder() public method

public JsRecorder ( ) : System
return System

MakeJsInjection() public method

public MakeJsInjection ( TranscriptCmdletBase cmdlet ) : void
cmdlet TranscriptCmdletBase
return void

StopRecording() public method

public StopRecording ( TranscriptCmdletBase cmdlet ) : void
cmdlet TranscriptCmdletBase
return void