System::TypeInfo::GetMethod méthode

TypeInfo::GetMethod method

Obtient la méthode avec le nom spécifié.

SharedPtr<System::Reflection::MethodInfo> System::TypeInfo::GetMethod(const String &name) const
ParamètreTypeDescription
nomconst String&Nom de la méthode à obtenir.

ReturnValue

Descripteur de méthode (ou null si non trouvé).

Voir aussi