C# Класс Cilador.Fody.Core.WeaveContract

Наследование: IWeave
Показать файл Открыть проект

Открытые методы

Метод Описание
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