_ConstructorInfo::MemberType Property

 

Provides COM objects with version-independent access to the MemberType property.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

property MemberTypes MemberType {
	MemberTypes get();
}

Property Value

Type: System.Reflection::MemberTypes

A MemberTypes value indicating the type of member.

This method is for access to managed classes from unmanaged code, and should not be called from managed code.

The MemberType property gets a MemberTypes value indicating the type of the member — method, constructor, event, and so on.

.NET Framework
Available since 1.1
Return to top
Show: