您要查找的是不是:
- The dynamic method has no method body. 动态方法没有方法体。
- The Quasi dynamic pressure calibration system is a dynamic pressure generator,used in calibrating measuring device for the pressure in bore. 准动态压力标定系统是用于膛压测量器材进行准动态标定的动态压力发生器。
- The following code example displays the declaring type of a dynamic method. 下面的代码示例显示动态方法的声明类型。
- The following code example displays the reflected type of a dynamic method. 下面的代码示例显示动态方法的反射类型。
- It is not necessary to name dynamic methods. 不需要对动态方法进行命名。
- Lightweight dynamic methods cannot be generic. 轻量动态方法不能是泛型方法。
- Shows how to define and execute a simple dynamic method and a dynamic method bound to an instance of a class. 说明如何定义和执行简单的动态方法和绑定到类实例的动态方法。
- For details, see the accompanying procedure To Generate an Event Handler at Run Time by Using a Dynamic Method. 有关详细信息,请参见附带的使用动态方法在运行时生成事件处理程序过程。
- Target is not the same type as the first parameter of the dynamic method, and is not assignable to that type. target的类型与动态方法的第一个参数的类型不同,不能赋值给该类型。
- When an anonymously hosted dynamic method is constructed, the call stack of the emitting assembly is included. 构造一个匿名承载的动态方法后,将包含发出程序集的调用堆栈。
- Explains how to generate dynamic assemblies and dynamic methods. 说明如何生成动态程序集和动态方法。
- The reduction of CuO/ZnO/Al_2O_3 catalyst was studied by the use of isothermal dynamic method together with TPR. 用等温迎头色谱法,结合程序升温还原图谱,对CuO/ZnO/Al_2O_3催化剂的还原性能进行了研究。
- Numerical simulation was performed with calculation of fluid dynamic method in physiological pulsatile flow conditions. 利用计算流体力学方法对生理性脉动流进行了数值仿真。
- To treat a dynamic method as if it were an instance method, use the CreateDelegate(Type, Object) overload that takes an object instance. 若要将动态方法视为实例方法,请使用CreateDelegate(Type,Object)重载,该重载会生成一个对象实例。
- The dynamic method fails when it is compiled, because the Internet grant set does not grant sufficient permissions to skip visibility checks. 动态方法编译失败,因为Internet授予集没有授予足够的权限来跳过可见性检查。
- The dynamic method that is created by this constructor is associated with an anonymous assembly instead of an existing type or module. 此构造函数创建的动态方法与匿名程序集关联,而不与现有类型或模块关联。
- The second overload emits a dynamic method that accesses an internal property (Friend property in Visual Basic) of the String class. 第二个重载发出访问String类的internal属性(在Visual Basic中为Friend属性)的动态方法。
- The target members belong to an assembly that has a level of trust equal to or lower than the call stack that emits the dynamic method. 目标成员属于信任级别等于或低于发出该动态方法的调用堆栈的程序集。
- Invokes the dynamic method using the specified parameters, under the constraints of the specified binder, with the specified culture information. 使用指定的参数,在指定的联编程序的约束下,使用指定的区域性信息调用动态方法。
- In addition to the listed exceptions, the calling code should be prepared to catch any exceptions thrown by the dynamic method. 除了列出的异常之外,必须准备好调用代码以捕获动态方法引发的任何异常。