C# Class Microsoft.Cci.Ast.ResolvedAssemblyReference

A reference to a .NET assembly.
Inheritance: ResolvedModuleReference, IAssemblyReference
显示文件 Open project: visualmutator/visualmutator

Private Properties

Property Type Description

Public Methods

Method Description
Dispatch ( IMetadataVisitor visitor ) : void

Calls the visitor.Visit(IAssemblyReference) method.

DispatchAsReference ( IMetadataVisitor visitor ) : void

Calls the visitor.Visit(IAssemblyReference) method.

ResolvedAssemblyReference ( IAssembly referencedAssembly ) : System

Allocates a reference to a .NET assembly.

Method Details

Dispatch() public method

Calls the visitor.Visit(IAssemblyReference) method.
public Dispatch ( IMetadataVisitor visitor ) : void
visitor IMetadataVisitor
return void

DispatchAsReference() public method

Calls the visitor.Visit(IAssemblyReference) method.
public DispatchAsReference ( IMetadataVisitor visitor ) : void
visitor IMetadataVisitor
return void

ResolvedAssemblyReference() public method

Allocates a reference to a .NET assembly.
public ResolvedAssemblyReference ( IAssembly referencedAssembly ) : System
referencedAssembly IAssembly The assembly to reference.
return System