PostSharpAPI ReferencePost­Sharp.​AspectsILocation­Interception­ArgsInstance
Open sandboxFocus

ILocationInterceptionArgs.Instance Property

Instance

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

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

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.