System::TypeInfo::GetMethod method

TypeInfo::GetMethod method

Gets method with specified name.

SharedPtr<System::Reflection::MethodInfo> System::TypeInfo::GetMethod(const String &name) const
ParameterTypeDescription
nameconst String&Name of the method to get.

ReturnValue

Method descriptor (or null if not found).

See Also