Aracılığıyla paylaş


ConstructorInvoker.Create(ConstructorInfo) Yöntem

Tanım

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.

Şunlara uygulanır