PostSharpAPI ReferencePost­Sharp.​AspectsAdvice­ArgsAdvice­Args
Open sandboxFocus

AdviceArgs Constructor

AdviceArgs(Object)

Initializes a new AdviceArgs.

Declaration
public AdviceArgs(object instance)
Parameters
Type Name Description
Object instance

The instance related to the advice invocation, or null if the advice is associated to a static element of code.