ConstructorInfo Class

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

Syntax

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

Inheritance Hierarchy

Object
  System.Reflection.Mock.MemberInfo
    System.Reflection.Mock.MethodBase
      System.Reflection.Mock.ConstructorInfo

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

ConstructorInfo Members

System.Reflection.Mock Namespace