AdviceArgs Constructor |
Initializes a new AdviceArgs.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.5.19.0 (6.5.19.0)
C#
public AdviceArgs( Object instance )
Parameters
- instance
- Type: System.Object
The instance related to the advice invocation, or null if the advice is associated to a static element of code.