共用方式為


ConstructorInvoker.Create(ConstructorInfo) 方法

定義

建立 ConstructorInvoker 的新執行個體。

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

參數

constructor
ConstructorInfo

將叫用的建構函式。

傳回

新的執行個體。

例外狀況

constructor不是以運行時間為基礎的方法。

備註

為了達到效能,應該針對其他呼叫快取產生的實例。

適用於