Method | Description | |
---|---|---|
DefaultInvocationDispatcher ( AspectSharp.Lang.AST.AspectDefinition aspect ) : System | ||
Init ( AspectEngine engine ) : void | ||
Intercept ( Castle invocation ) : void | ||
OnDeserialization ( object sender ) : void |
Method | Description | |
---|---|---|
CreateInterceptor ( |
||
ObtainAdvices ( |
||
ObtainFromCache ( |
||
ObtainInterceptorInstance ( |
||
RegisterInCache ( |
Method | Description | |
---|---|---|
InitializeInterceptor ( IMethodInterceptor interceptor ) : void | ||
ObtainAdvicesForMethod ( |
protected CreateInterceptor ( |
||
advices | ||
return | IMethodInterceptor[] |
public DefaultInvocationDispatcher ( AspectSharp.Lang.AST.AspectDefinition aspect ) : System | ||
aspect | AspectSharp.Lang.AST.AspectDefinition | |
return | System |
public Intercept ( Castle invocation ) : void | ||
invocation | Castle | |
return | void |
protected ObtainAdvices ( |
||
pointcuts | ||
return | IMethodInterceptor[] |
protected ObtainFromCache ( |
||
method | ||
return | IMethodInterceptor[] |
protected ObtainInterceptorInstance ( |
||
adviceType | ||
return | IMethodInterceptor |
public OnDeserialization ( object sender ) : void | ||
sender | object | |
return | void |
protected RegisterInCache ( |
||
method | ||
interceptors | IMethodInterceptor | |
return | void |