System.Runtime.InteropServices._EventInfo: Method Members

The methods of System.Runtime.InteropServices._EventInfo are listed below. For a list of all members, see the _EventInfo Members list.

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.