ObjectConstructor.ConstructObject Method

Definition

Creates an instance of the prototype-based object.

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

public:
 Microsoft::JScript::JSObject ^ ConstructObject();
public Microsoft.JScript.JSObject ConstructObject ();
member this.ConstructObject : unit -> Microsoft.JScript.JSObject
Public Function ConstructObject () As JSObject

Returns

The instance of the object.

Applies to