MethodInvoker.Create(MethodBase) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 MethodInvoker 的新執行個體。
public:
static System::Reflection::MethodInvoker ^ Create(System::Reflection::MethodBase ^ method);
public static System.Reflection.MethodInvoker Create (System.Reflection.MethodBase method);
static member Create : System.Reflection.MethodBase -> System.Reflection.MethodInvoker
Public Shared Function Create (method As MethodBase) As MethodInvoker
參數
- method
- MethodBase
將叫用的方法。
傳回
新的執行個體。
例外狀況
method
不是以執行時間為基礎的方法。
備註
為了達到效能,應該針對其他呼叫快取產生的實例。