System::TypeInfo::GetMethod メソッド
TypeInfo::GetMethod method
指定された名前のメソッドを取得します。
SharedPtr<System::Reflection::MethodInfo> System::TypeInfo::GetMethod(const String &name) const
| パラメーター | 型 | 説明 |
|---|---|---|
| name | const String& | 取得するメソッドの名前。 |
ReturnValue
メソッド記述子(見つからない場合は null)。
参照
- Typedef SharedPtr
- Class MethodInfo
- Class String
- Class TypeInfo
- Namespace System
- Library Aspose.Page for C++