System::TypeInfo::GetMethod method
TypeInfo::GetMethod method
Gets method with specified name.
SharedPtr<System::Reflection::MethodInfo> System::TypeInfo::GetMethod(const String &name) const
Parameter | Type | Description |
---|---|---|
name | const String& | Name of the method to get. |
ReturnValue
Method descriptor (or null if not found).
See Also
- Typedef SharedPtr
- Class MethodInfo
- Class String
- Class TypeInfo
- Namespace System
- Library Aspose.TeX for C++