C# Class Castle.DynamicProxy.Test.AssertInvocationInterceptor

Inheritance: StandardInterceptor
Mostra file Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Properties

Property Type Description
Invoked bool
mixin object
proxy object

Protected Methods

Method Description
PreProceed ( IInvocation invocation ) : void

Method Details

PreProceed() protected method

protected PreProceed ( IInvocation invocation ) : void
invocation IInvocation
return void

Property Details

Invoked public_oe property

public bool Invoked
return bool

mixin public_oe property

public object mixin
return object

proxy public_oe property

public object proxy
return object