XmlQueryRuntime.GetEarlyBoundObject(Int32) Method

Definition

Gets the specified early-bound extension object. If this object does not yet exist, creates an instance using the corresponding ConstructorInfo.

public:
 System::Object ^ GetEarlyBoundObject(int index);
public object GetEarlyBoundObject (int index);
member this.GetEarlyBoundObject : int -> obj
Public Function GetEarlyBoundObject (index As Integer) As Object

Parameters

index
Int32

A value of type int.

Returns

A value of type object.

Applies to