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
负责此调用站点上动态操作的运行时绑定的联编程序。
返回
动态调用站点的新实例。