System::Reflection::ConstructorInfo クラス
ConstructorInfo class
コンストラクタのメタデータへのアクセスを提供します。
class ConstructorInfo : public System::Reflection::MethodBase
メソッド
| メソッド | 説明 |
|---|---|
| ConstructorInfo(const String&, std::function<System::Object::ptr()>) | パラメータなしのコンストラクタ用に ConstructorInfo クラスの新しいインスタンスを初期化します。 |
| get_DeclaringType() | このメンバーを宣言しているクラスを取得します。未実装です。 |
| get_MemberType() const override | このメンバーがコンストラクタであることを示す MemberTypes の値を取得します。 |
| Invoke(const System::ArrayPtr<System::SharedPtr<System::Object>>&) | 指定されたパラメータを使用して、現在のインスタンスが表すメソッドまたはコンストラクタを呼び出します。 |
参照
- Class MethodBase
- Namespace System::Reflection
- Library Aspose.Page for C++