Open sandboxFocus

Property Instance

Instance

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

Declaration
public object Instance { get; set; }
Property Value
Type Description
object
Remarks
<p>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.</p>
<div class="NOTE"><h5>note</h5><p>

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.