Property | Type | Description | |
---|---|---|---|
GetScriptsDirectory | string | ||
GetScriptsToRun | IEnumerable |
Method | Description | |
---|---|---|
ExecutePS ( this script ) : Collection |
||
ExecuteScriptEntryPoint ( this scriptEntryPoint, object argument = null ) : void | ||
SetVariable ( string name, object value ) : void |
Method | Description | |
---|---|---|
GetScriptsDirectory ( ) : string | ||
GetScriptsToRun ( string scriptEntryPoint ) : IEnumerable |
public static ExecutePS ( this script ) : Collection |
||
script | this | |
return | Collection |
public static ExecuteScriptEntryPoint ( this scriptEntryPoint, object argument = null ) : void | ||
scriptEntryPoint | this | |
argument | object | |
return | void |
public static SetVariable ( string name, object value ) : void | ||
name | string | |
value | object | |
return | void |