System::Reflection::MethodInfo class

MethodInfo class

Represents information on class method.

class MethodInfo : public System::Reflection::MemberInfo

Methods

MethodDescription
get_MemberType() const overrideGets a MemberTypes value indicating that this member is a method.
MethodInfo(const String&)Initializes a new instance of the MethodInfo class.

See Also