PrivateObject.SetFieldOrProperty 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
SetFieldOrProperty(String, Object) |
Sets the field or property |
SetFieldOrProperty(String, BindingFlags, Object) |
Sets the field or property |
SetFieldOrProperty(String, Object)
Sets the field or property
public:
void SetFieldOrProperty(System::String ^ name, System::Object ^ value);
public void SetFieldOrProperty (string name, object value);
member this.SetFieldOrProperty : string * obj -> unit
Public Sub SetFieldOrProperty (name As String, value As Object)
Parameters
- name
- String
Name of the field or property
- value
- Object
value to set
Applies to
SetFieldOrProperty(String, BindingFlags, Object)
Sets the field or property
public:
void SetFieldOrProperty(System::String ^ name, System::Reflection::BindingFlags bindingFlags, System::Object ^ value);
public void SetFieldOrProperty (string name, System.Reflection.BindingFlags bindingFlags, object value);
member this.SetFieldOrProperty : string * System.Reflection.BindingFlags * obj -> unit
Public Sub SetFieldOrProperty (name As String, bindingFlags As BindingFlags, value 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.
- value
- Object
value to set