ConstructorInfoWrapper(ConstructorInfo, Type) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.