System.Runtime.InteropServices._EventInfo Members

The members of System.Runtime.InteropServices._EventInfo are listed below.

Public Properties

[read-only]
AttributesSystem.Reflection.EventAttributes.

Provides COM objects with version-independent access to the System.Reflection.EventInfo.Attributes property.

[read-only]
DeclaringTypeType.

Provides COM objects with version-independent access to the System.Reflection.MemberInfo.DeclaringType property.

[read-only]
EventHandlerTypeType.

Provides COM objects with version-independent access to the System.Reflection.EventInfo.EventHandlerType property.

[read-only]
IsMulticastbool.

Provides COM objects with version-independent access to the System.Reflection.EventInfo.IsMulticast property.

[read-only]
IsSpecialNamebool.

Provides COM objects with version-independent access to the System.Reflection.EventInfo.IsSpecialName property.

[read-only]
MemberTypeSystem.Reflection.MemberTypes.

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

[read-only]
Namestring.

Provides COM objects with version-independent access to the System.Reflection.MemberInfo.Name property.

[read-only]
ReflectedTypeType.

Provides COM objects with version-independent access to the System.Reflection.MemberInfo.ReflectedType property.

Public Methods

AddEventHandler(object, Delegate)

Provides COM objects with version-independent access to the System.Reflection.EventInfo.AddEventHandler(object, Delegate) method.

Equals(object) : bool

Provides COM objects with version-independent access to the object.Equals(object) method.

GetAddMethod() : System.Reflection.MethodInfo

Provides COM objects with version-independent access to the System.Reflection.EventInfo.GetAddMethod method.

GetAddMethod(bool) : System.Reflection.MethodInfo

Provides COM objects with version-independent access to the System.Reflection.EventInfo.GetAddMethod(bool) method.

GetCustomAttributes(bool) : object[]

Provides COM objects with version-independent access to the System.Reflection.MemberInfo.GetCustomAttributes(bool) method.

GetCustomAttributes(Type, bool) : object[]

Provides COM objects with version-independent access to the System.Reflection.MemberInfo.GetCustomAttributes(Type, bool) method.

GetHashCode() : int

Provides COM objects with version-independent access to the object.GetHashCode method.

GetIDsOfNames(ref Guid, IntPtr, uint, uint, IntPtr)
Documentation for this section has not yet been entered.
GetRaiseMethod() : System.Reflection.MethodInfo

Provides COM objects with version-independent access to the System.Reflection.EventInfo.GetRaiseMethod method.

GetRaiseMethod(bool) : System.Reflection.MethodInfo

Provides COM objects with version-independent access to the System.Reflection.EventInfo.GetRaiseMethod(bool) method.

GetRemoveMethod() : System.Reflection.MethodInfo

Provides COM objects with version-independent access to the System.Reflection.EventInfo.GetRemoveMethod method.

GetRemoveMethod(bool) : System.Reflection.MethodInfo

Provides COM objects with version-independent access to the System.Reflection.EventInfo.GetRemoveMethod(bool) method.

GetType() : Type

Provides COM objects with version-independent access to the object.GetType method.

GetTypeInfo(uint, uint, IntPtr)

Retrieves the type information for an object, which can be used to get the type information for an interface.

GetTypeInfoCount(out uint)
Documentation for this section has not yet been entered.
Invoke(uint, ref Guid, uint, short, IntPtr, IntPtr, IntPtr, IntPtr)
Documentation for this section has not yet been entered.
IsDefined(Type, bool) : bool

Provides COM objects with version-independent access to the System.Reflection.MemberInfo.IsDefined(Type, bool) method.

RemoveEventHandler(object, Delegate)

Provides COM objects with version-independent access to the System.Reflection.EventInfo.RemoveEventHandler(object, Delegate) method.

ToString() : string

Provides COM objects with version-independent access to the object.ToString method.