Class MethodInterceptionArgs
Inheritance
Namespace: PostSharp.Aspects
Assembly: PostSharp.dll
Syntax
public abstract class MethodInterceptionArgs : AdviceArgs
Properties
Name | Description |
---|---|
Arguments | |
AsyncBinding | |
Binding | |
IsAsync | |
Method | |
ReturnValue |
Methods
Name | Description |
---|---|
Invoke(Arguments) | |
InvokeAsync(Arguments) | |
Proceed() | |
ProceedAsync() |