System::TypeInfo::GetMethod método
TypeInfo::GetMethod method
Obtiene el método con el nombre especificado.
SharedPtr<System::Reflection::MethodInfo> System::TypeInfo::GetMethod(const String &name) const
| Parámetro | Tipo | Descripción |
|---|---|---|
| name | const String& | Nombre del método a obtener. |
ReturnValue
Descriptor del método (o null si no se encuentra).
Ver también
- Typedef SharedPtr
- Class MethodInfo
- Class String
- Class TypeInfo
- Namespace System
- Library Aspose.Page for C++