Base class for arguments of all advices.
Namespace: PostSharp.Aspects
Assembly: PostSharp.dll
Syntax
public class AdviceArgsConstructors
| Name | Description |
|---|---|
| AdviceArgs(object) | Initializes a new AdviceArgs. |
Properties
| Name | Description |
|---|---|
| DeclarationIdentifier | Gets the DeclarationIdentifier of the declaration to which the advice has been applied. |
| Instance | Gets or sets the object instance on which the method is being executed. |