ConstructorInfoWrapper(ConstructorInfo, Type) Constructor

Definition

Instantiates a new instance of ConstructorInfoWrapper.

public:
 ConstructorInfoWrapper(System::Reflection::ConstructorInfo ^ constructor, Type ^ reflectedType);
public ConstructorInfoWrapper (System.Reflection.ConstructorInfo constructor, Type reflectedType);
new Microsoft.VisualStudio.Shell.Design.ConstructorInfoWrapper : System.Reflection.ConstructorInfo * Type -> Microsoft.VisualStudio.Shell.Design.ConstructorInfoWrapper
Public Sub New (constructor As ConstructorInfo, reflectedType As Type)

Parameters

constructor
ConstructorInfo

The constructor.

reflectedType
Type

The type of the class that was used to get this method.

Applies to