PostSharpAPI ReferencePost­Sharp.​AspectsAdvice­ArgsInstance
Open sandboxFocus

AdviceArgs.Instance Property

Instance

Gets or sets the object instance on which the method is being executed.

Declaration
public object Instance { get;
    [Internal]
    set;
}
Property Value
Type Description
Object
Remarks

This may be set by user code only when the instance is a value type. As usual, user code is responsible for setting an object of the right type.

note

As a result of weaving optimizations, value of this property may be seen as null in a debugger. If you need to inspect the value in runtime, consider disabling aspect optimizations in the debug build configuration.