System::Reflection::ConstructorInfo kelas
ConstructorInfo class
Menyediakan akses ke metadata konstruktor.
class ConstructorInfo : public System::Reflection::MethodBase
Metode
| Metode | Deskripsi |
|---|---|
| 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 override | Mendapatkan 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
- Class MethodBase
- Namespace System::Reflection
- Library Aspose.Page for C++