CallSite<T>.Create(CallSiteBinder) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立動態呼叫站台的執行個體,並以負責在此呼叫站台上執行動態作業之執行階段繫結的繫結器來初始化。
public:
static System::Runtime::CompilerServices::CallSite<T> ^ Create(System::Runtime::CompilerServices::CallSiteBinder ^ binder);
public static System.Runtime.CompilerServices.CallSite<T> Create (System.Runtime.CompilerServices.CallSiteBinder binder);
static member Create : System.Runtime.CompilerServices.CallSiteBinder -> System.Runtime.CompilerServices.CallSite<'T (requires 'T : null)>
Public Shared Function Create (binder As CallSiteBinder) As CallSite(Of T)
參數
- binder
- CallSiteBinder
負責在此呼叫站台上執行動態作業之執行階段繫結的繫結器。
傳回
動態呼叫站台的新執行個體。