C# 클래스 LinFu.AOP.Cecil.Extensions.MethodRewriterExtensions

A helper class that extends Cecil to support the IMethodRewriter interface.
파일 보기 프로젝트 열기: philiplaureano/LinFu

공개 메소드들

메소드 설명
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