XmlQueryRuntime.GetEarlyBoundObject(Int32) 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.
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
.