Overload List
| Name | Description | |
|---|---|---|
| SetField(String, Object) |
Sets the value of a non-public field (member variable) of the managed type.
| |
| SetField(Object, String, Object) |
Sets the value of a non-public field (member variable) of an instance.
| |
| SetField(Type, String, Object) |
Sets the value of a non-public static field (member variable) of a type.
|
See Also