In This Article

IProjectAssemblyReference Interface

Provides the base requirements of an assembly reference within an IProjectAssembly.

public interface IProjectAssemblyReference : IAssemblyReference

Properties

Aliases

Gets the list of aliases assigned to the reference.

IList<string> Aliases { get; }

Property Value

IList<String>:

The list of aliases assigned to the reference.

Assembly

Gets the IAssembly that is referenced.

IAssembly Assembly { get; }

Property Value

IAssembly:

The IAssembly that is referenced.

Inherited Members