ConstructorInvoker.Create(ConstructorInfo) Yöntem
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.
ConstructorInvoker öğesinin yeni bir örneğini oluşturur.
public:
static System::Reflection::ConstructorInvoker ^ Create(System::Reflection::ConstructorInfo ^ constructor);
public static System.Reflection.ConstructorInvoker Create(System.Reflection.ConstructorInfo constructor);
static member Create : System.Reflection.ConstructorInfo -> System.Reflection.ConstructorInvoker
Public Shared Function Create (constructor As ConstructorInfo) As ConstructorInvoker
Parametreler
- constructor
- ConstructorInfo
Çağrılacak oluşturucu.
Döndürülenler
Yeni örnek.
Özel durumlar
constructor çalışma zamanı tabanlı bir yöntem değildir.
Açıklamalar
Performans için, sonuçta elde edilen örnek ek çağrılar için önbelleğe alınmalıdır.