AdviceArgs.Instance Property |
Gets or sets the object instance on which the method is being executed.
Namespace: PostSharp.AspectsAssembly: PostSharp (in PostSharp.dll) Version: 4.3.48.0 (4.3.48.0)


This set may be set by user code only when the instance is a value type. As usually, user code is responsible for setting an object of the right type.
![]() |
---|
As a result of weaving optimizations, value of this property may be seen null in a debugger. If you need to inspect the value in runtime, consider disabling aspect optimizations in the debug build configuration. |
