BooleanPrototype(ObjectPrototype, Type) Konstruktor

Definisi

Menginisialisasi instans baru dari kelas BooleanPrototype.

API ini mendukung infrastruktur produk dan tidak dimaksudkan untuk digunakan langsung dari kode Anda.

protected:
 BooleanPrototype(Microsoft::JScript::ObjectPrototype ^ parent, Type ^ baseType);
protected BooleanPrototype(Microsoft.JScript.ObjectPrototype parent, Type baseType);
new Microsoft.JScript.BooleanPrototype : Microsoft.JScript.ObjectPrototype * Type -> Microsoft.JScript.BooleanPrototype
Protected Sub New (parent As ObjectPrototype, baseType As Type)

Parameter

parent
ObjectPrototype

Instans statis kelas induk kelas ini.

baseType
Type

Instans jenis kelas ini.

Berlaku untuk

Lihat juga