_EventInfo Interface

Définition

Important

Cette API n’est pas conforme CLS.

Expose les membres publics de la classe à du EventInfo code non managé.

public interface class _EventInfo
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("9DE59C64-D889-35A1-B897-587D74469E5B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface _EventInfo
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("9DE59C64-D889-35A1-B897-587D74469E5B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComVisible(true)]
public interface _EventInfo
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("9DE59C64-D889-35A1-B897-587D74469E5B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type _EventInfo = interface
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("9DE59C64-D889-35A1-B897-587D74469E5B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type _EventInfo = interface
Public Interface _EventInfo
Dérivé
Attributs

Remarques

Cette interface est destinée à l’accès aux classes managées à partir de code non managé et ne doit pas être appelée à partir du code managé.

Cette interface conserve l’ordre vtable des membres de System.Reflection.EventInfo classe accessibles par des objets COM non managés.

Propriétés

Nom Description
Attributes

Fournit aux objets COM un accès indépendant de la version à la Attributes propriété.

DeclaringType

Fournit aux objets COM un accès indépendant de la version à la DeclaringType propriété.

EventHandlerType

Fournit aux objets COM un accès indépendant de la version à la EventHandlerType propriété.

IsMulticast

Fournit aux objets COM un accès indépendant de la version à la IsMulticast propriété.

IsSpecialName

Fournit aux objets COM un accès indépendant de la version à la IsSpecialName propriété.

MemberType

Fournit aux objets COM un accès indépendant de la version à la MemberType propriété.

Name

Fournit aux objets COM un accès indépendant de la version à la Name propriété.

ReflectedType

Fournit aux objets COM un accès indépendant de la version à la ReflectedType propriété.

Méthodes

Nom Description
AddEventHandler(Object, Delegate)

Fournit aux objets COM un accès indépendant de la version à la AddEventHandler(Object, Delegate) méthode.

Equals(Object)

Fournit aux objets COM un accès indépendant de la version à la Equals(Object) méthode.

GetAddMethod()

Fournit aux objets COM un accès indépendant de la version à la GetAddMethod() méthode.

GetAddMethod(Boolean)

Fournit aux objets COM un accès indépendant de la version à la GetAddMethod(Boolean) méthode.

GetCustomAttributes(Boolean)

Fournit aux objets COM un accès indépendant de la version à la GetCustomAttributes(Boolean) méthode.

GetCustomAttributes(Type, Boolean)

Fournit aux objets COM un accès indépendant de la version à la GetCustomAttributes(Type, Boolean) méthode.

GetHashCode()

Fournit aux objets COM un accès indépendant de la version à la GetHashCode() méthode.

GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr)

Mappe un jeu de noms avec un jeu correspondant d'identificateurs de dispatch.

GetRaiseMethod()

Fournit aux objets COM un accès indépendant de la version à la GetRaiseMethod() méthode.

GetRaiseMethod(Boolean)

Fournit aux objets COM un accès indépendant de la version à la GetRaiseMethod(Boolean) méthode.

GetRemoveMethod()

Fournit aux objets COM un accès indépendant de la version à la GetRemoveMethod() méthode.

GetRemoveMethod(Boolean)

Fournit aux objets COM un accès indépendant de la version à la GetRemoveMethod(Boolean) méthode.

GetType()

Fournit aux objets COM un accès indépendant de la version à la GetType() méthode.

GetTypeInfo(UInt32, UInt32, IntPtr)

Récupère les informations de type d’un objet, qui peuvent être utilisées pour obtenir les informations de type d’une interface.

GetTypeInfoCount(UInt32)

Récupère le nombre d'interfaces d'informations de type fourni par un objet (0 ou 1).

Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr)

Fournit l’accès aux propriétés et méthodes exposées par un objet.

IsDefined(Type, Boolean)

Fournit aux objets COM un accès indépendant de la version à la IsDefined(Type, Boolean) méthode.

RemoveEventHandler(Object, Delegate)

Fournit aux objets COM un accès indépendant de la version à la RemoveEventHandler(Object, Delegate) méthode.

ToString()

Fournit aux objets COM un accès indépendant de la version à la ToString() méthode.

S’applique à