C# 클래스 Cilador.Fody.Core.WeavingContextAssemblyResolver

Resolves assemblies based on the project path and the solution path of a weaving context. Looks for assemblies in the output path of the project and within a directory named "Tools" in the solution path of the project.
상속: Mono.Cecil.DefaultAssemblyResolver
파일 보기 프로젝트 열기: rileywhite/Cilador

공개 메소드들

메소드 설명
WeavingContextAssemblyResolver ( IWeavingContext weavingContext ) : System

Creates a new WeavingContextAssemblyResolver

메소드 상세

WeavingContextAssemblyResolver() 공개 메소드

Creates a new WeavingContextAssemblyResolver
public WeavingContextAssemblyResolver ( IWeavingContext weavingContext ) : System
weavingContext IWeavingContext Weaving context to pull path data from
리턴 System