Method |
Description |
|
AddFunctionDiagnostics ( ImmutableArray diagnostics ) : ImmutableArray |
|
|
CreateFunctionTarget ( CancellationToken cancellationToken ) : Task |
|
|
CreateResultProcessor ( ) : Action |
|
|
DotNetFunctionInvoker ( ScriptHost host, FunctionMetadata functionMetadata, Collection inputBindings, Collection outputBindings, IFunctionEntryPointResolver functionEntryPointResolver, FunctionAssemblyLoader assemblyLoader, ICompilationServiceFactory compilationServiceFactory, ITraceWriterFactory traceWriterFactory = null ) : System |
|
|
GetFunctionDiagnostics ( Diagnostic diagnostic ) : ImmutableArray |
|
|
GetFunctionTargetAsync ( ) : Task |
|
|
GetTaskResult ( Task task ) : object |
|
|
InitializeFileWatcher ( ) : void |
|
|
ProcessInputParameters ( object parameters ) : object[] |
|
|
ReloadScript ( ) : void |
|
|
RestorePackages ( ) : void |
|
|
RestorePackagesAsync ( bool reloadScriptOnSuccess = true ) : Task |
|
|
TraceCompilationDiagnostics ( ImmutableArray diagnostics, LogTargets logTarget = LogTargets.All ) : void |
|
|
ValidateFunctionBindingArguments ( FunctionSignature functionSignature, string triggerInputName, Collection inputBindings, Collection outputBindings, ImmutableArray builder = null, bool throwIfFailed = false ) : ImmutableArray |
|
|
VerifyPackageReferencesAsync ( ) : Task |
|
|