FieldAccessor Class

Definition

Functionality for accessing fields.

C#
public static class FieldAccessor
Inheritance
FieldAccessor

Methods

GetGetter(Type, String)

Returns a delegate to get the value of a specified field.

GetReferenceSetter(Type, String)

Returns a delegate to set the value of this field for an instance.

GetValueGetter(Type, String)

Returns a delegate to get the value of a specified field.

GetValueSetter(Type, String)

Returns a delegate to set the value of this field for an instance.

Applies to

Product Versions
.NET Orleans 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0