C# Класс LinFu.AOP.Cecil.Extensions.TypeDefinitionExtensions

Adds helper methods to the TypeDefinition class.
Показать файл Открыть проект

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

Метод Описание
WeaveWith ( this targetType, IMethodWeaver weaver ) : void

Applies a IMethodWeaver instance to all methods within the given targetType.

Описание методов

WeaveWith() публичный статический Метод

Applies a IMethodWeaver instance to all methods within the given targetType.
public static WeaveWith ( this targetType, IMethodWeaver weaver ) : void
targetType this The target module.
weaver IMethodWeaver The instance that will modify the methods in the given target type.
Результат void