Table of Contents

Method GetAssemblies

Namespace
Alternet.Syntax.CodeCompletion
Assembly
Alternet.Syntax.Parsers.Advanced.v9.dll

GetAssemblies(string)

Retrieves collection of namespaces located in specified assemblies.

public static IList<Assembly> GetAssemblies(string nspace)

Parameters

nspace string

Specifies given namespace.

Returns

IList<Assembly>

List of assemblies.