Method | Description | |
---|---|---|
FieldAccessor ( |
Initializes a new instance of the FieldAccessor class.
|
|
FieldAccessor ( object fieldTarget, string fieldName ) : System |
Initializes a new instance of the FieldAccessor class.
|
|
Get ( object operationTarget = null ) : object | ||
Set ( object newValue, object operationTarget = null ) : void |
Method | Description | |
---|---|---|
FieldAccessor ( ) : System |
Initializes the FieldAccessor class.
|
|
FieldAccessor ( |
Prevents a default instance of the FieldAccessor class from being created.
|
|
FindField ( BindingFlags flags ) : |
public FieldAccessor ( |
||
fieldTargetType | Type of the target. | |
fieldName | string | Name of the field. |
return | System |
public FieldAccessor ( object fieldTarget, string fieldName ) : System | ||
fieldTarget | object | The target. |
fieldName | string | Name of the field. |
return | System |
public Get ( object operationTarget = null ) : object | ||
operationTarget | object | |
return | object |
public Set ( object newValue, object operationTarget = null ) : void | ||
newValue | object | |
operationTarget | object | |
return | void |