Open sandboxFocus

Method SelectReferencedAssembly

SelectReferencedAssembly(IQuery<ICompilation>, string)

Selects a reference assembly in the current compilation given its assembly name.

Declaration
public static IQuery<IAssembly> SelectReferencedAssembly(this IQuery<ICompilation> receiver, string assemblyName)
Parameters
Type Name Description
IQuery<ICompilation> receiver

A query selecting the compilation.

string assemblyName

The name of the referenced assembly to select.

Returns
Type Description
IQuery<IAssembly>

A query selecting the referenced assembly.