get_MemberType()

MemberInfo::get_MemberType() const method

Gets a System::Reflection::MemberTypes value indicating the type of the member - method, constructor, event, and so on.

virtual MemberTypes System::Reflection::MemberInfo::get_MemberType() const =0

Return Value

System::Reflection::MemberTypes value indicating the type of member.

See Also