GetMethod()

TypeInfo::GetMethod(const String&) const method

Gets method with specified name.

SharedPtr<System::Reflection::MethodInfo> System::TypeInfo::GetMethod(const String &name) const

Arguments

ParameterTypeDescription
nameconst String&Name of the method to get.

Return Value

Method descriptor (or null if not found).

See Also