C# Class IronSharePoint.IronConsole.IronConsole

Inheritance: IDisposable
Exibir arquivo Open project: ExpertsInside/IronSP Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Execute ( string expression, string extension ) : IronConsoleResult
Execute ( string expression, string extension, bool wait ) : IronConsoleResult
GetConsoleForRuntime ( IronRuntime runtime ) : IronConsole

Protected Methods

Method Description
IronConsole ( IronRuntime runtime ) : System

Private Methods

Method Description
IronConsole ( ) : System
ProcessTaskQueue ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Execute() public method

public Execute ( string expression, string extension ) : IronConsoleResult
expression string
extension string
return IronConsoleResult

Execute() public method

public Execute ( string expression, string extension, bool wait ) : IronConsoleResult
expression string
extension string
wait bool
return IronConsoleResult

GetConsoleForRuntime() public static method

public static GetConsoleForRuntime ( IronRuntime runtime ) : IronConsole
runtime IronRuntime
return IronConsole

IronConsole() protected method

protected IronConsole ( IronRuntime runtime ) : System
runtime IronRuntime
return System