ConstructorInfoWrapper(ConstructorInfo, Type) Oluşturucu

Tanım

ConstructorInfoWrapper 'ın yeni bir örneğini başlatır.

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)

Parametreler

constructor
ConstructorInfo

Oluşturucu.

reflectedType
Type

Bu yöntemi almak için kullanılan sınıfın türü.

Şunlara uygulanır