_EventInfo::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 that this member is an event.

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 that this member is an event.

.NET Framework
Available since 1.1
Return to top
Show: