In This Article

IAssemblyReference Interface

Provides the base requirements of an assembly reference.

public interface IAssemblyReference

Properties

AssemblyName

An IAssemblyName that contains assembly name information.

IAssemblyName? AssemblyName { get; }

Property Value

IAssemblyName

Extension Methods