PrivateObject.SetField Method
In this article
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
SetField(String, Object) |
Sets the field |
SetField(String, BindingFlags, Object) |
Sets the field |
Sets the field
public:
void SetField(System::String ^ name, System::Object ^ value);
public void SetField(string name, object value);
member this.SetField : string * obj -> unit
Public Sub SetField (name As String, value As Object)
Parameters
- name
- String
Name of the field
- value
- Object
value to set
Applies to
Visual Studio SDK 2022 and other versions
Product | Versions |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |
Sets the field
public:
void SetField(System::String ^ name, System::Reflection::BindingFlags bindingFlags, System::Object ^ value);
public void SetField(string name, System.Reflection.BindingFlags bindingFlags, object value);
member this.SetField : string * System.Reflection.BindingFlags * obj -> unit
Public Sub SetField (name As String, bindingFlags As BindingFlags, value As Object)
Parameters
- name
- String
Name of the field
- bindingFlags
- BindingFlags
A bitmask comprised of one or more BindingFlags that specify how the search is conducted.
- value
- Object
value to set
Applies to
Visual Studio SDK 2022 and other versions
Product | Versions |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: