System::Reflection::ConstructorInfo classe
ConstructorInfo class
Fornisce accesso ai metadati del costruttore.
class ConstructorInfo : public System::Reflection::MethodBase
Metodi
| Metodo | Descrizione |
|---|---|
| ConstructorInfo(const String&, std::function<System::Object::ptr()>) | Inizializza una nuova istanza della classe ConstructorInfo per un costruttore senza parametri. |
| get_DeclaringType() | Ottiene la classe che dichiara questo membro. NON IMPLEMENTATO. |
| get_MemberType() const override | Ottiene un valore MemberTypes che indica che questo membro è un costruttore. |
| Invoke(const System::ArrayPtr<System::SharedPtr<System::Object>>&) | Invoca il metodo o il costruttore rappresentato dall’istanza corrente, utilizzando i parametri specificati. |
Vedi anche
- Class MethodBase
- Namespace System::Reflection
- Library Aspose.Font for C++