PrivateObject.GetProperty Method
Include Protected Members
Include Inherited Members
Gets the value of the property of the wrapped object.
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 | |
---|---|---|
GetProperty(String, array<Object[]) | Gets a property for a wrapped object identified by name. | |
GetProperty(String, BindingFlags, array<Object[]) | Gets a property for a wrapped object identified by name with binding flags. | |
GetProperty(String, array<Type[], array<Object[]) | Gets a property for a wrapped object identified by name. | |
GetProperty(String, BindingFlags, array<Type[], array<Object[]) | Gets an indexed property for a wrapped object identified by name. |
Top