메소드 | 설명 | |
---|---|---|
InterceptAllMethodBodies ( this target ) : void |
Intercepts all method bodies on the target item.
|
|
InterceptMethodBody ( this target, bool>.Func |
Intercepts all method bodies on the target item.
|
|
InterceptMethodBody ( this target, IMethodFilter methodFilter ) : void |
Intercepts all method bodies on the target item.
|
메소드 | 설명 | |
---|---|---|
GetTypeFilter ( ) : bool>.Func |
public static InterceptAllMethodBodies ( this target ) : void | ||
target | this | The target to be modified. |
리턴 | void |
public static InterceptMethodBody ( this target, bool>.Func |
||
target | this | The target to be modified. |
methodFilter | bool>.Func | The method filter that will determine the methods that will be modified. |
리턴 | void |
public static InterceptMethodBody ( this target, IMethodFilter methodFilter ) : void | ||
target | this | The target to be modified. |
methodFilter | IMethodFilter | The method filter that will determine the methods that will be modified. |
리턴 | void |