ConstructorInfoWrapper Class

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

‘선언
Public Class ConstructorInfoWrapper _
    Inherits ConstructorInfo
‘사용 방법
Dim instance As ConstructorInfoWrapper
public class ConstructorInfoWrapper : ConstructorInfo
public ref class ConstructorInfoWrapper : public ConstructorInfo
type ConstructorInfoWrapper =  
    class
        inherit ConstructorInfo
    end
public class ConstructorInfoWrapper extends ConstructorInfo

Inheritance Hierarchy

System.Object
  System.Reflection.MemberInfo
    System.Reflection.MethodBase
      System.Reflection.ConstructorInfo
        Microsoft.VisualStudio.Shell.Design.ConstructorInfoWrapper

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

ConstructorInfoWrapper Members

Microsoft.VisualStudio.Shell.Design Namespace