EventInfo Class

Namespace:  System.Reflection.Mock
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
Public MustInherit Class EventInfo _
    Inherits MemberInfo
'Usage
Dim instance As EventInfo
[ComVisibleAttribute(true)]
public abstract class EventInfo : MemberInfo
[ComVisibleAttribute(true)]
public ref class EventInfo abstract : public MemberInfo
[<AbstractClassAttribute>]
[<ComVisibleAttribute(true)>]
type EventInfo =  
    class
        inherit MemberInfo
    end
public abstract class EventInfo extends MemberInfo

Inheritance Hierarchy

Object
  System.Reflection.Mock.MemberInfo
    System.Reflection.Mock.EventInfo

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

EventInfo Members

System.Reflection.Mock Namespace