Represents a reference to an external assembly (AssemblyRef).

Namespace:  PostSharp.CodeModel
Assembly:  PostSharp.Core (in PostSharp.Core.dll)

Syntax

Remarks

Assembly references are owned by the module (ModuleDeclaration) an are exposed by the AssemblyRefs collection.

Inheritance Hierarchy

System..::.Object
  PostSharp.CodeModel..::.Element
    PostSharp.CodeModel..::.Declaration
      PostSharp.CodeModel..::.MetadataDeclaration
        PostSharp.CodeModel..::.NamedDeclaration
          PostSharp.CodeModel..::.AssemblyRefDeclaration

See Also