PrivateObject.GetField Method
Include Protected Members
Include Inherited Members
Gets the value of the wrapped field.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetField(String) | Gets a value from a named field, based on the name. | |
GetField(String, BindingFlags) | Gets a value from a named field, based on the name and lookup mask. |
Top