Method | Description | |
---|---|---|
Intercept ( IInvocation invocation ) : void |
Intercepts the specified invocation.
|
|
LazyObjectInterceptor ( ObjectConstructionArgs args ) : Castle.DynamicProxy |
Initializes a new instance of the LazyObjectInterceptor class.
|
public Intercept ( IInvocation invocation ) : void | ||
invocation | IInvocation | The invocation. |
return | void |
public LazyObjectInterceptor ( ObjectConstructionArgs args ) : Castle.DynamicProxy | ||
args | ObjectConstructionArgs | The args. |
return | Castle.DynamicProxy |