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

상속: IWeave
파일 보기 프로젝트 열기: rileywhite/Cilador

공개 메소드들

메소드 설명
Initialize ( IWeavingContext weavingContext, WeaveConfigTypeBase weaveConfig ) : void

Contracts for IWeave.Initialize

Weave ( IWeavingContext weavingContext, Mono.Cecil.TypeDefinition target, CustomAttribute weaveAttribute ) : void

Contracts for IWeave.Weave

메소드 상세

Initialize() 공개 메소드

Contracts for IWeave.Initialize
public Initialize ( IWeavingContext weavingContext, WeaveConfigTypeBase weaveConfig ) : void
weavingContext IWeavingContext Context data for command initialization.
weaveConfig WeaveConfigTypeBase Configuration data for the command. Commands may require particular types for this argument that are subtypes of
리턴 void

Weave() 공개 메소드

Contracts for IWeave.Weave
public Weave ( IWeavingContext weavingContext, Mono.Cecil.TypeDefinition target, CustomAttribute weaveAttribute ) : void
weavingContext IWeavingContext Context data for weaving.
target Mono.Cecil.TypeDefinition The type to which the weave will be applied/
weaveAttribute Mono.Cecil.CustomAttribute Attribute that may contain arguments for the weave invocation.
리턴 void