C# Class Microsoft.Cci.Ast.ResolvedAssemblyReference

A reference to a .NET assembly.
Inheritance: ResolvedModuleReference, IAssemblyReference
Afficher le fichier Open project: visualmutator/visualmutator

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Calls the visitor.Visit(IAssemblyReference) method.
public Dispatch ( IMetadataVisitor visitor ) : void
visitor IMetadataVisitor
Résultat void

DispatchAsReference() public méthode

Calls the visitor.Visit(IAssemblyReference) method.
public DispatchAsReference ( IMetadataVisitor visitor ) : void
visitor IMetadataVisitor
Résultat void

ResolvedAssemblyReference() public méthode

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