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

Adds helper methods to the TypeDefinition class.
파일 보기 프로젝트 열기: philiplaureano/LinFu

공개 메소드들

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