ConcurrentScriptCompilerResultDictionaryTryGetValue(Assembly, ScriptCompilerSuccessfulResult) Method |
Tries to get a compilation result from an existing assembly.
Namespace: Altaxo.Main.Services.ScriptCompilationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool TryGetValue(
Assembly assembly,
out ScriptCompilerSuccessfulResult result
)
Parameters
- assembly Assembly
- The compiled assembly.
- result ScriptCompilerSuccessfulResult
- Returns the compilation result corresponding to the assembly (always a successful compilation result).
Return Value
Booleantrue if the compilation result corresponding to this assembly could be found; otherwise,
false.
See Also