_EventInfo 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重要
此 API 不符合 CLS。
向非托管代码公开 EventInfo 类的公共成员。
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
- 派生
- 属性
注解
此接口用于从非托管代码访问托管类,不应从托管代码调用。
此接口保留可由非托管 COM 对象访问的 System.Reflection.EventInfo 类成员的 vtable 顺序。
属性
Attributes |
为 COM 对象提供对 Attributes 属性的与版本无关的访问。 |
DeclaringType |
为 COM 对象提供对 DeclaringType 属性的与版本无关的访问。 |
EventHandlerType |
为 COM 对象提供对 EventHandlerType 属性的与版本无关的访问。 |
IsMulticast |
为 COM 对象提供对 IsMulticast 属性的与版本无关的访问。 |
IsSpecialName |
为 COM 对象提供对 IsSpecialName 属性的与版本无关的访问。 |
MemberType |
为 COM 对象提供对 MemberType 属性的与版本无关的访问。 |
Name |
为 COM 对象提供对 Name 属性的与版本无关的访问。 |
ReflectedType |
为 COM 对象提供对 ReflectedType 属性的与版本无关的访问。 |