Method | Description | |
---|---|---|
InvokeCore ( object parameters, |
Method | Description | |
---|---|---|
ErrorDataAdded ( object sender, System.Management.Automation.DataAddedEventArgs e, Microsoft.Azure.WebJobs.Host.TraceWriter traceWriter ) : void |
Event handler for the error stream.
|
|
GetErrorMessage ( string functioName, string scriptFilePath, |
||
GetModuleFilePaths ( string rootScriptPath, string functionName ) : List |
||
GetRelativePath ( string functionName, string moduleFile ) : string | ||
GetScript ( string scriptFilePath ) : string | ||
GetStackTrace ( string functionName, string scriptStackTrace, string fileName ) : string | ||
InvokePowerShellScript ( string>.Dictionary |
||
LogLoadedModules ( ) : void | ||
OutputCollectionDataAdded ( object sender, System.Management.Automation.DataAddedEventArgs e, Microsoft.Azure.WebJobs.Host.TraceWriter traceWriter ) : void |
Event handler for the output stream.
|
|
PowerShellFunctionInvoker ( ScriptHost host, |
||
SetRunspaceEnvironmentVariables ( System.Management.Automation.Runspaces.Runspace runspace, string>.IDictionary |
protected InvokeCore ( object parameters, |
||
parameters | object | |
context | ||
return | System.Threading.Tasks.Task |