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