Table of Contents

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

assembly Assembly

Assembly to load.

stream Stream

The location of the XML file.

LoadAssembly(Assembly)

Loads content of the specified assembly.

public static DescriptionHelper.DescriptionInfo LoadAssembly(Assembly assembly)

Parameters

assembly Assembly

Assembly to load.

Returns

DescriptionHelper.DescriptionInfo

True if succeed; otherwise false.