LocationInfo.GetValue Method (Object) |
Returns the value of the field or property represented by the current object.
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public Object GetValue( Object instance )
Parameters
- instance
- Type: System.Object
The object whose field or property value will be returned (null if the field or property is static).
Return Value
Type: ObjectThe value of the field or property.