ConstructorInfoWrapper(ConstructorInfo, Type) Oluşturucu
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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ü.