Method LoadAssembly
- Namespace
- Alternet.Syntax.Parsers.Python.SemanticModel
- Assembly
- Alternet.Syntax.Parsers.Advanced.Python.v9.dll
LoadAssembly(Assembly, Stream)
Loads content of the specified assembly.
public static void LoadAssembly(Assembly assembly, Stream stream)
Parameters
LoadAssembly(Assembly)
Loads content of the specified assembly.
public static DescriptionHelper.DescriptionInfo LoadAssembly(Assembly assembly)
Parameters
assembly
AssemblyAssembly to load.
Returns
- DescriptionHelper.DescriptionInfo
True if succeed; otherwise false.