_EventInfo Interfaccia

Definizione

Importante

Questa API non è conforme a CLS.

Espone i membri pubblici della EventInfo classe al codice non gestito.

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
Derivato
Attributi

Commenti

Questa interfaccia è destinata all'accesso alle classi gestite da codice non gestito e non deve essere chiamata dal codice gestito.

Questa interfaccia mantiene l'ordine di tabella virtuale dei membri della System.Reflection.EventInfo classe a cui è possibile accedere da oggetti COM non gestiti.

Proprietà

Nome Descrizione
Attributes

Fornisce oggetti COM con accesso indipendente dalla Attributes versione alla proprietà .

DeclaringType

Fornisce oggetti COM con accesso indipendente dalla DeclaringType versione alla proprietà .

EventHandlerType

Fornisce oggetti COM con accesso indipendente dalla EventHandlerType versione alla proprietà .

IsMulticast

Fornisce oggetti COM con accesso indipendente dalla IsMulticast versione alla proprietà .

IsSpecialName

Fornisce oggetti COM con accesso indipendente dalla IsSpecialName versione alla proprietà .

MemberType

Fornisce oggetti COM con accesso indipendente dalla MemberType versione alla proprietà .

Name

Fornisce oggetti COM con accesso indipendente dalla Name versione alla proprietà .

ReflectedType

Fornisce oggetti COM con accesso indipendente dalla ReflectedType versione alla proprietà .

Metodi

Nome Descrizione
AddEventHandler(Object, Delegate)

Fornisce oggetti COM con accesso indipendente dalla AddEventHandler(Object, Delegate) versione al metodo .

Equals(Object)

Fornisce oggetti COM con accesso indipendente dalla Equals(Object) versione al metodo .

GetAddMethod()

Fornisce oggetti COM con accesso indipendente dalla GetAddMethod() versione al metodo .

GetAddMethod(Boolean)

Fornisce oggetti COM con accesso indipendente dalla GetAddMethod(Boolean) versione al metodo .

GetCustomAttributes(Boolean)

Fornisce oggetti COM con accesso indipendente dalla GetCustomAttributes(Boolean) versione al metodo .

GetCustomAttributes(Type, Boolean)

Fornisce oggetti COM con accesso indipendente dalla GetCustomAttributes(Type, Boolean) versione al metodo .

GetHashCode()

Fornisce oggetti COM con accesso indipendente dalla GetHashCode() versione al metodo .

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

Esegue il mapping di un set di nomi a un set corrispondente di identificatori dispatch.

GetRaiseMethod()

Fornisce oggetti COM con accesso indipendente dalla GetRaiseMethod() versione al metodo .

GetRaiseMethod(Boolean)

Fornisce oggetti COM con accesso indipendente dalla GetRaiseMethod(Boolean) versione al metodo .

GetRemoveMethod()

Fornisce oggetti COM con accesso indipendente dalla GetRemoveMethod() versione al metodo .

GetRemoveMethod(Boolean)

Fornisce oggetti COM con accesso indipendente dalla GetRemoveMethod(Boolean) versione al metodo .

GetType()

Fornisce oggetti COM con accesso indipendente dalla GetType() versione al metodo .

GetTypeInfo(UInt32, UInt32, IntPtr)

Recupera le informazioni sul tipo per un oggetto, che può essere utilizzato per ottenere le informazioni sul tipo per un'interfaccia.

GetTypeInfoCount(UInt32)

Recupera il numero di interfacce di informazioni sul tipo fornite da un oggetto (0 o 1).

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

Fornisce l'accesso alle proprietà e ai metodi esposti da un oggetto .

IsDefined(Type, Boolean)

Fornisce oggetti COM con accesso indipendente dalla IsDefined(Type, Boolean) versione al metodo .

RemoveEventHandler(Object, Delegate)

Fornisce oggetti COM con accesso indipendente dalla RemoveEventHandler(Object, Delegate) versione al metodo .

ToString()

Fornisce oggetti COM con accesso indipendente dalla ToString() versione al metodo .

Si applica a