CallSite<T> 类 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
动态站点类型。
generic <typename T>
 where T : classpublic ref class CallSite : System::Runtime::CompilerServices::CallSite
	generic <typename T>
 where T : classpublic ref class CallSite sealed : System::Runtime::CompilerServices::CallSite
	public class CallSite<T> : System.Runtime.CompilerServices.CallSite where T : class
	public sealed class CallSite<T> : System.Runtime.CompilerServices.CallSite where T : class
	type CallSite<'T (requires 'T : null)> = class
    inherit CallSite
	Public Class CallSite(Of T)
Inherits CallSite
	Public NotInheritable Class CallSite(Of T)
Inherits CallSite
    类型参数
- T
 
委托类型。
- 继承
 
字段
| Target | 
		 0 级缓存 - 基于站点历史记录专用的委托。  | 
        	
属性
| Binder | 
		 负责在动态站点上绑定动态操作的类。 (继承自 CallSite) | 
        	
| Update | 
		 更新委托。 在动态站点遇到缓存未命中时调用。  | 
        	
方法
| Create(CallSiteBinder) | 
		 创建动态调用站点的实例,使用负责此调用站点上动态操作的运行时绑定的联编程序进行初始化。  | 
        	
| Equals(Object) | 
		 确定指定对象是否等于当前对象。 (继承自 Object) | 
        	
| GetHashCode() | 
		 作为默认哈希函数。 (继承自 Object) | 
        	
| GetType() | 
		 获取当前实例的 Type。 (继承自 Object) | 
        	
| MemberwiseClone() | 
		 创建当前 Object 的浅表副本。 (继承自 Object) | 
        	
| ToString() | 
		 返回表示当前对象的字符串。 (继承自 Object) |