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

A helper class that extends Cecil to support the IMethodRewriter interface.
Показать файл Открыть проект

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

Метод Описание
WeaveWith ( this target, IMethodRewriter rewriter, bool>.Func filter ) : void

Transforms the methods in the target using the given method rewriter.

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

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

Transforms the methods in the target using the given method rewriter.
public static WeaveWith ( this target, IMethodRewriter rewriter, bool>.Func filter ) : void
target this The transformation target.
rewriter IMethodRewriter The method rewriter.
filter bool>.Func The method filter that determines which methods will be rewritten.
Результат void