JSLocalField.SetValue Method

Definition

Sets the value of the field, using the specified value, culture, and binding information.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 override void SetValue(System::Object ^ obj, System::Object ^ value, System::Reflection::BindingFlags invokeAttr, System::Reflection::Binder ^ binder, System::Globalization::CultureInfo ^ locale);
public override void SetValue (object obj, object value, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Globalization.CultureInfo locale);
override this.SetValue : obj * obj * System.Reflection.BindingFlags * System.Reflection.Binder * System.Globalization.CultureInfo -> unit
Public Overrides Sub SetValue (obj As Object, value As Object, invokeAttr As BindingFlags, binder As Binder, locale As CultureInfo)

Parameters

obj
Object

The object whose field value will be set.

value
Object

The value to assign to the field.

invokeAttr
BindingFlags

A bitwise combination of the enumeration values that control the binding.

binder
Binder

A set of properties that enables the binding, coercion of argument types, and invocation of members through reflection.

locale
CultureInfo

Provides information about a specific culture or locale. Used to format numbers, dates, and strings correctly.

Applies to

See also