Open sandboxFocus

Constructor AdviceArgs

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.