PrivateObject.GetFieldOrProperty Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetFieldOrProperty(String) |
Get the field or property |
GetFieldOrProperty(String, BindingFlags) |
Gets the field or property |
GetFieldOrProperty(String)
Get the field or property
public:
System::Object ^ GetFieldOrProperty(System::String ^ name);
public object GetFieldOrProperty (string name);
member this.GetFieldOrProperty : string -> obj
Public Function GetFieldOrProperty (name As String) As Object
Parameters
- name
- String
Name of the field or property
Returns
The field or property.
Applies to
GetFieldOrProperty(String, BindingFlags)
Gets the field or property
public:
System::Object ^ GetFieldOrProperty(System::String ^ name, System::Reflection::BindingFlags bindingFlags);
public object GetFieldOrProperty (string name, System.Reflection.BindingFlags bindingFlags);
member this.GetFieldOrProperty : string * System.Reflection.BindingFlags -> obj
Public Function GetFieldOrProperty (name As String, bindingFlags As BindingFlags) As Object
Parameters
- name
- String
Name of the field or property
- bindingFlags
- BindingFlags
A bitmask comprised of one or more BindingFlags that specify how the search is conducted.
Returns
The field or property.