System::TypeInfo::GetMethod 方法
TypeInfo::GetMethod method
获取具有指定名称的方法。
SharedPtr<System::Reflection::MethodInfo> System::TypeInfo::GetMethod(const String &name) const
| Parameter | Type | 描述 |
|---|---|---|
| name | const String& | 要获取的方法的名称。 |
ReturnValue
方法描述符(如果未找到则为 null)。
另见
- Typedef SharedPtr
- Class MethodInfo
- Class String
- Class TypeInfo
- Namespace System
- Library Aspose.Page for C++