C# 클래스 Cilador.Fody.InterfaceMixins.InterfaceMixinWeave

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

Initializes the command using context and configuration information.

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

Applies the weave to a target type.

메소드 상세

Initialize() 공개 메소드

Initializes the command using context and configuration information.
The is not of type
public Initialize ( IWeavingContext weavingContext, WeaveConfigTypeBase weaveConfig ) : void
weavingContext IWeavingContext Context information for configuration.
weaveConfig WeaveConfigTypeBase Command configuration information. For this command type, the value must be of type .
리턴 void

Weave() 공개 메소드

Applies the weave to a target type.
/// The is not of type , or it does not /// contain the expected argument values. ///
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. This must be of type .
리턴 void