COMMemberInfo.GetValue(BindingFlags, Binder, Object[], CultureInfo) Method

Definition

When implemented in a class, enables JScript to get the value of an external COM member using the specified binding information.

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

public:
 System::Object ^ GetValue(System::Reflection::BindingFlags invokeAttr, System::Reflection::Binder ^ binder, cli::array <System::Object ^> ^ index, System::Globalization::CultureInfo ^ culture);
public object GetValue (System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, object[] index, System.Globalization.CultureInfo culture);
abstract member GetValue : System.Reflection.BindingFlags * System.Reflection.Binder * obj[] * System.Globalization.CultureInfo -> obj
Public Function GetValue (invokeAttr As BindingFlags, binder As Binder, index As Object(), culture As CultureInfo) As Object

Parameters

invokeAttr
BindingFlags

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

binder
Binder

An object that performs type conversion from actual argument type to formal argument type.

index
Object[]

The argument list to pass to the external COM member.

culture
CultureInfo

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

Returns

The value of the external COM member.

Applies to

See also