MethodInfo()

MethodInfo::MethodInfo(const String&) constructor

Initializes a new instance of the MethodInfo class.

System::Reflection::MethodInfo::MethodInfo(const String &name)

Arguments

ParameterTypeDescription
nameconst String&Method name.

See Also