System::TypeInfo::GetMethod metodo

TypeInfo::GetMethod method

Ottiene il metodo con il nome specificato.

SharedPtr<System::Reflection::MethodInfo> System::TypeInfo::GetMethod(const String &name) const
ParametroTipoDescrizione
nomeconst String&Nome del metodo da ottenere.

ReturnValue

Descrittore del metodo (o null se non trovato).

Vedi anche