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++