PostSharp.ILAPI ReferencePost­Sharp.​AspectsAdvice­Args
Open sandboxFocus

AdviceArgs Class

Base class for arguments of all advices.

Namespace: PostSharp.Aspects
Assembly: PostSharp.dll
Syntax
public class AdviceArgs : Object

Constructors

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.