C# 클래스 Microsoft.Cci.Ast.ResolvedAssemblyReference

A reference to a .NET assembly.
상속: ResolvedModuleReference, IAssemblyReference
파일 보기 프로젝트 열기: visualmutator/visualmutator

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

Dispatch() 공개 메소드

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

DispatchAsReference() 공개 메소드

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

ResolvedAssemblyReference() 공개 메소드

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