Interface IScriptHost
Namespace:ScriptCs.ClickTwice
Assembly:ScriptCs.ClickTwice.dll
Syntax
public interface IScriptHost
Methods
|
Improve this Doc
View Source
Error(String)
Declaration
void Error(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
|
Improve this Doc
View Source
ExitWithException(Exception, Int32)
Declaration
void ExitWithException(Exception ex, int exitCode = 1)
Parameters
Type |
Name |
Description |
System.Exception |
ex |
|
System.Int32 |
exitCode |
|
|
Improve this Doc
View Source
GetCurrentPath()
Declaration
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Log(String)
Declaration
Parameters
Type |
Name |
Description |
System.String |
message |
|