LocationBindingExtensions.GetValue Method (ILocationBinding, Object) |
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
public static Object GetValue( this ILocationBinding locationBinding, Object instance )
Parameters
- locationBinding
- Type: PostSharp.Aspects.ILocationBinding
The binding for the field or property. - instance
- Type: System.Object
The instance for which the field or property is evaluated, or null if the location is static.
Return Value
Type: ObjectThe field or property value.