ConstructorInfoWrapper Constructor (ConstructorInfo^, Type^)

 

Instantiates a new instance of ConstructorInfoWrapper.

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

public:
ConstructorInfoWrapper(
	ConstructorInfo^ constructor,
	Type^ reflectedType
)

Parameters

constructor
Type: System.Reflection::ConstructorInfo^

The constructor.

reflectedType
Type: System::Type^

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

Return to top
Show: