AdviceArgs Class |
Base class for arguments of all advices.
System.Object
PostSharp.Aspects.AdviceArgs
PostSharp.Aspects.EventInterceptionArgs
PostSharp.Aspects.MethodExecutionArgs
PostSharp.Aspects.MethodInterceptionArgs
PostSharp.Aspects.AdviceArgs
PostSharp.Aspects.EventInterceptionArgs
PostSharp.Aspects.MethodExecutionArgs
PostSharp.Aspects.MethodInterceptionArgs
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public class AdviceArgs
The AdviceArgs type exposes the following members.
Name | Description | |
---|---|---|
AdviceArgs |
Initializes a new AdviceArgs.
|
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.
|