ConstructorInvoker.Create(ConstructorInfo) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 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
不是以運行時間為基礎的方法。
備註
為了達到效能,應該針對其他呼叫快取產生的實例。