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ámetroTipoDescripción
nameconst String&Nombre del método a obtener.

ReturnValue

Descriptor del método (o null si no se encuentra).

Ver también