System::Reflection::ConstructorInfo kelas

ConstructorInfo class

Menyediakan akses ke metadata konstruktor.

class ConstructorInfo : public System::Reflection::MethodBase

Metode

MetodeDeskripsi
ConstructorInfo(const String&, std::function<System::Object::ptr()>)Menginisialisasi sebuah instance baru dari kelas ConstructorInfo untuk konstruktor tanpa parameter.
get_DeclaringType()Mendapatkan kelas yang mendeklarasikan anggota ini. TIDAK DIIMPLEMENTASIKAN.
get_MemberType() const overrideMendapatkan nilai MemberTypes yang menunjukkan bahwa anggota ini adalah sebuah konstruktor.
Invoke(const System::ArrayPtr<System::SharedPtr<System::Object>>&)Memanggil metode atau konstruktor yang diwakili oleh instance saat ini, menggunakan parameter yang ditentukan.

Lihat Juga