메소드 | 설명 | |
---|---|---|
AspectEngine ( |
Constructs an AspectEngine
|
|
WrapClass ( |
Wraps an interface. The target argument must be an object capable of responding to the interface messages, or your interceptors must be capable of respoding to them.
|
|
WrapInterface ( |
Wraps an interface. The target argument must be an object capable of responding to the interface messages, or your interceptors must be capable of respoding to them.
|
메소드 | 설명 | |
---|---|---|
Union ( AspectSharp.Lang.AST.AspectDefinition aspects ) : AspectSharp.Lang.AST.AspectDefinition |
Creates a single AspectDefinition as the merge of two or more AspectDefinitions
|
메소드 | 설명 | |
---|---|---|
Wrap ( object instance ) : object |
public AspectEngine ( |
||
config | From where to gather the /// configuration | |
리턴 | System |
protected Union ( AspectSharp.Lang.AST.AspectDefinition aspects ) : AspectSharp.Lang.AST.AspectDefinition | ||
aspects | AspectSharp.Lang.AST.AspectDefinition | The aspects to be merged |
리턴 | AspectSharp.Lang.AST.AspectDefinition |
public WrapClass ( |
||
classType | Concrete class with a available constructor (public or protected) to be wrapped | |
리턴 | object |
public WrapInterface ( |
||
inter | Interface to be wrapped | |
target | object | The object that responds to the interface messages |
리턴 | object |