单词 | calling code | ||||||||||
释义 | calling code
更多释义 收起释义 例句释义: 呼叫代码,呼唤码,呼叫码 1. In addition to the listed exceptions , the calling code should be prepared to catch any exceptions thrown by the dynamic method . 除了列出的异常之外,必须准备好调用代码以捕获动态方法引发的任何异常。 www.bing.com 2. Remove all type arguments from your calling code and let the compiler attempt to do type inference. 从调用代码中移除所有类型参数,并让编译器尝试进行类型推导。 msdn2.microsoft.com 3. Control then passes to the calling code following the point of the procedure call . 之后,控制权将传递给过程调用点后面的调用代码。 www.bing.com 4. Ensure that the version you intend to call is accessible by the calling code. 确保想要调用的版本可供调用代码访问。 msdn2.microsoft.com 5. The calling code is a statement, or an expression within a statement, that specifies the procedure by name and transfers control to it. 调用代码是一个语句或语句内的表达式,它通过名称指定过程并将控制转让给它。 msdn2.microsoft.com 6. If it is a variable element (a declared variable, field, property, array element, or structure element), the calling code can change it. 如果此元素为可变元素(即已声明的变量、字段、属性、数组元素或结构元素),则调用代码可以对其进行更改。 msdn2.microsoft.com 7. Normally you pass a parameter by value, unless you want the procedure to be able to change its value in the calling code. 通常按值传递参数,除非希望过程能够更改其在调用代码中的值。 technet.microsoft.com 8. If the method changes the content of that object, the change affects the calling code. 如果此方法更改该对象的内容,此更改将影响调用代码。 msdn2.microsoft.com 9. Procedure returns to the calling code, execution continues following the statement that provided the value to be stored. 过程返回到调用代码时,将会从提供了要存储的值的语句后面继续执行语句。 msdn2.microsoft.com 10. If you accept a parameter array, you should test for the size of the array that the calling code passed to it. 如果接受一个参数数组,则应该测试调用代码传递给此数组的数组大小。 msdn2.microsoft.com 1. If the calling code does catch the exception, the pipe consumer will still see the error, but there will not be a duplicate error. 如果调用代码捕获了异常,则管道使用者仍将看到错误,但不会有重复错误。 technet.microsoft.com 2. Get procedure returns to the calling code, execution continues within the statement that requested the property value. 过程返回到调用代码时,执行过程将在请求属性值的语句内继续进行。 msdn2.microsoft.com 3. This allows the calling code to tailor the data types to its requirements each time it calls the procedure. 它可让呼叫程式码在每次呼叫程序时,根据需求调整资料型别。 technet.microsoft.com 4. Accessibility. It eliminates any overload with an access level that prevents the calling code from calling it. 如果存取层级会导致无法从编译器呼叫程式码,编译器会排除这种情况的多载。 technet.microsoft.com 5. In the calling code, do not enclose the argument in parentheses in the argument list. 在调用代码中,不要将实参列表中的实参放在括号内。 technet.microsoft.com 6. As the following illustration shows, the perspective of the calling code determines which wrapper class the runtime creates. 如下图所示,呼叫程式码的观点将决定执行阶段会建立哪一种包装函式类别。 technet.microsoft.com 7. Specifies that the procedure cannot replace or reassign the variable element underlying the corresponding argument in the calling code. 指定过程不能替换或重新分配调用代码中相应参数下的变量元素。 msdn2.microsoft.com 8. Expression that represents the value to be returned to the calling code. 表达式,表示要返回给调用代码的值。 msdn2.microsoft.com 9. The calling code supplied the argument with a value exactly equal to the parameter's default value. 呼叫程式码提供了引数,其值恰好等于参数的预设值。 technet.microsoft.com 10. Uses this class to confirm that calling code is in a particular strong-named code assembly. 使用该类确认调用代码在特定的具有强名称的代码程序集中。 msdn2.microsoft.com 1. Is effective until the calling code returns to its caller. 在调用代码返回到它的调用方之前,对。 msdn2.microsoft.com 2. Procedure returns to the calling code, execution continues with the statement following the statement that invoked it. 过程返回到调用代码时,继续执行调用它的语句之后的语句。 msdn2.microsoft.com 3. Specifies that the procedure can modify the underlying variable element in the calling code the same way the calling code itself can. 指定过程可以用与调用代码本身所用的相同方式修改调用代码中的基础变量元素。 msdn2.microsoft.com 4. Follow the Return keyword with an expression that yields the value you want to return to the calling code. 在Return关键字后面接一个表达式,该表达式生成要返回给调用代码的值。 msdn2.microsoft.com 5. However, the reassignment does not affect the underlying array variable in the calling code. 但是,重新指派并不会影响呼叫程式码中的阵列变数。 technet.microsoft.com 6. A procedure returns control to the calling code when it has finished running. 过程将在运行结束时将控制权返回给调用代码。 msdn2.microsoft.com 7. Placing the same security checks on the calling code that appear on the code being called and obligating its callers to do so. 对被调用代码和调用代码执行同样的安全检查,并强制调用方这样做。 msdn2.microsoft.com 8. Obtains machine-scoped isolated storage corresponding to the calling code's application identity. 获取与调用代码的应用程序标识对应的计算机范围的独立存储。 msdn2.microsoft.com 9. Even if you write a lower-level processing component, you know what the calling code might need if a problem crops up. 即使编写一个低层处理组件,也需要了解当突然发生问题时,调用代码可能需要什么。 www.ibm.com 10. Obtains user-scoped isolated storage corresponding to the calling code's application identity. 获取与调用代码的应用程序标识对应的用户范围的独立存储。 msdn2.microsoft.com 1. Obtains machine-scoped isolated storage corresponding to the calling code's assembly identity. 获取与调用代码的程序集标识对应的计算机范围的独立存储。 msdn2.microsoft.com 2. Passing a variable to such a parameter allows a procedure to change that variable in the calling code. 将变量传递给此类参数允许过程在调用代码中更改该变量。 msdn2.microsoft.com 3. This allows the calling code to pass an arbitrary number of arguments to the procedure . 对象,该对象允许函数接受任意个参数。 www.bing.com 4. Method to run code in the same security context as the calling code. 方法将代码与调用代码在同一安全上下文中运行。 msdn2.microsoft.com 5. Statement several times to return to the calling code when the procedure does not need to do anything else. 语句多次,以便在过程无需执行任何其他操作时返回到调用代码。 msdn2.microsoft.com 6. No initialization actions need to be performed by the calling code. 不需要通过调用代码来执行任何初始化操作。 msdn2.microsoft.com 7. The compiler does not enforce any such catching by the calling code. 编译器不强制通过调用代码捕捉任何这类异常。 msdn2.microsoft.com 8. Obtains user-scoped isolated storage corresponding to the calling code's assembly identity. 获取与调用代码的程序集标识对应的用户范围的独立存储。 msdn2.microsoft.com 9. Let us take a look at the calling code. 让我们调用一下代码。 blog.csdn.net 10. Procedure, which performs a task but does not return a value to the calling code. 过程,该过程执行一个任务但不会向调用代码返回值。 msdn2.microsoft.com 1. Therefore, if the function modifies the parameter, the original value in the calling code is changed. 因此,如果函数修改了该参数,调用代码中的原始值也随之改变。 www-128.ibm.com 2. The argument the calling code passes to each parameter is a pointer to an underlying element in the calling code. 调用代码传递给每个参数(parameter)的参数(Argument)为一个指针,它指向调用代码中的基础元素。 msdn2.microsoft.com 3. In the calling code, pass a modifiable programming element as the argument. 在调用代码中,将可修改编程元素作为实参传递。 technet.microsoft.com 4. Procedure can take arguments, such as constants, variables, or expressions, which are passed to it by the calling code. 过程能够带参数,如由调用代码传递给它的常数、变量或表达式。 msdn2.microsoft.com 5. In properties; it exposes them directly to all calling code as public class fields. 封装在属性中;该类直接将它们作为公共类字段公开到所有调用代码。 msdn2.microsoft.com 6. In the procedure code, use the parameter name to assign a value to the underlying element in the calling code. 在过程代码中,使用形参名称将值赋给调用代码中的基础元素。 technet.microsoft.com 7. The original calling code and the method being called will both hold references to the same object in memory. 原始的调用代码和调用的方法都将存放对内存中相同对象的引用。 msdn2.microsoft.com 8. For the current object that passes through the calling code to fail. 导致通过调用代码传递的当前对象的每个。 msdn2.microsoft.com 9. Statement, control returns immediately to the calling code. 语句,控制权会立即返回给调用代码。 msdn2.microsoft.com 10. Statement returns control immediately to the calling code. 语句会立即将控制权返回给调用代码。 msdn2.microsoft.com 1. This means the class must expose a constructor that the calling code can access. 这意味着该类必须公开调用代码可以访问的构造函数。 msdn2.microsoft.com 2. The calling code in the client does not have to know that the call is actually going through a stub. 客户机的调用代码不需要知道调用实际上是通过存根进行的。 www-128.ibm.com 3. Covers defining a parameter list to accept values passed to the procedure by the calling code. 介绍如何定义参数列表来接受由调用代码传递给过程的值。 msdn2.microsoft.com 4. A derived class can access protected members of the calling code's base classes. 派生类可以访问调用代码的基类的受保护成员。 msdn2.microsoft.com 5. Method is executed in the same security context as the calling code. 方法的代码在调用代码所在的安全上下文中执行。 msdn2.microsoft.com 6. There is always a potential risk in allowing a procedure to change the value underlying an argument in the calling code. 允许过程更改调用代码中参数所代表的值始终存在潜在的风险。 msdn2.microsoft.com 7. The Lua interpreter uses a stack interface to communicate with calling code. Lua解释器使用一个栈接口来与调用代码通信。 www.ibm.com 8. It's really of type Root, as indicated by the #Root directive in Listing 2 (although you don't use that fact in your calling code above). 它其实是Root类型,正如清单2中的#Root伪指令所指定的(虽然您不会在上述调用代码中那样使用)。 www.ibm.com 9. The value that the operator procedure returns to the calling code. 运算符过程返回到调用代码的值。 msdn2.microsoft.com 10. Method would run in the same security context as the calling code. 方法的代码将与调用代码在同一安全上下文中运行。 msdn2.microsoft.com 1. by reference, which allows the procedure to modify its elements so that the changes take effect in the calling code. 前面的示例通过引用来传递结构,这允许过程修改结构的元素以使更改在调用代码中生效。 technet.microsoft.com 2. Statement, and it determines the data type of the value the function returns to the calling code. 子句指定,它确定函数返回给调用代码的值的数据类型。 msdn2.microsoft.com 3. Specifies the type of clipboard access that is allowed to the calling code. 指定允许调用代码的剪贴板访问权限的类型。 msdn2.microsoft.com 4. When it returns control, it also returns a value to the calling code. 返回控制时,还将一个值返回到调用代码。 msdn2.microsoft.com 5. This might produce unexpected results in the calling code. 这可能会在调用代码中产生意外的结果。 msdn2.microsoft.com 6. An IsolatedStorageFile object corresponding to the isolated storage scope based on the calling code's application identity. 与基于调用代码的应用程序标识的独立存储范围对应的IsolatedStorageFile对象。 msdn2.microsoft.com 7. This means we cannot inject the entity manager into calling code. 这意味着我们无法将该实体管理器注入调用代码。 www.ibm.com 8. The variable value is assigned to the property in the calling code. 在调用代码中,将变量value分配给属性(Property)。 msdn2.microsoft.com 9. You must specify the data type of the value returned to the calling code. 您必须指定返回到调用代码的值的数据类型。 msdn2.microsoft.com 10. You'll probably want to perform a calculation and return the resulting value to the calling code. 您可能希望完成一次计算,并将计算结果值返回给调用代码。 www.ibm.com 1. Plays the sound and waits until it completes before the calling code continues. 播放声音并等待播放完毕,然后再继续执行调用代码。 msdn2.microsoft.com 2. Here's the kicker: Neither the calling code nor the invoked method needs to change at all. 需要附加说明的是:调用代码和被调用方法都不需要变更。 www.ibm.com 3. This allows the procedure to change the value of the programming element underlying the argument in the calling code. 这使得过程可以更改调用代码中的参数所代表的编程元素的值。 msdn2.microsoft.com 4. In some cases, the procedure code can change the value underlying an argument in the calling code. 在某些情况下,过程代码可以更改调用代码中作为实参基础的值。 technet.microsoft.com 5. It returns the variable's value to the calling code. 并将变量的值返回到调用代码。 technet.microsoft.com 6. The calling code continues to execute. 调用代码继续执行。 msdn2.microsoft.com 7. Of course, now we must join our calling code with our spawned job to get the synchronous call. 当然,现在我们必须将调用代码与生成的作业结合起来,以获得同步调用。 www.ibm.com 8. Gets or sets the full URL of the calling code. 获取或设置调用代码的完整URL。 msdn2.microsoft.com 9. Gets or sets the site name of the calling code. 获取或设置调用代码的站点名称。 msdn2.microsoft.com 10. In this calling code we pass in the parameters DataObject and the name of the data type we want to change. 在此调用代码中,我们将传入参数DataObject和希望更改的数据类型的名称。 www.ibm.com 1. The following example shows how to demand that the calling code has unrestricted RegistryPermission at link time. 下面的示例显示如何要求调用代码在链接时拥有无限制的RegistryPermission。 msdn2.microsoft.com 2. The calling code cannot override a ByVal mechanism. 调用代码无法重写ByVal机制。 msdn2.microsoft.com 3. Return a value to the calling code. 将值返回给调用代码。 msdn2.microsoft.com 4. With the sole exception of Canada (which has the code 2), this is identical to the International Calling Code for telephony. 除了加拿大(其代码为2)这个唯一的特例之外,此值与国际电话呼叫代码相同。 msdn2.microsoft.com 5. The beauty of this pattern is that the calling code need not worry about the library the proxy is forwarding to. 采用这种模式的好处是,调用代码时无需担心代理要转发的库。 www.ibm.com 6. In such a case, when the procedure returns, Visual Basic must then copy the local variable value back into the argument in the calling code. 在这种情况下,当过程返回时,VisualBasic必须随后将局部变量值复制回调用代码中的变量。 msdn2.microsoft.com 7. Is effective until the calling code returns to its caller or until a subsequent call to 直到调用代码返回到它的调用方,或者直到对 msdn2.microsoft.com 8. In the calling code; each argument is a programming element that has already been declared, or an expression containing declared elements 在调用代码中;每个参数都是一个已声明的编程元素,或是包含已声明元素的表达式 msdn2.microsoft.com 9. Software libraries that enforce this independence between implementing and calling code are considered 加强实现和调用代码之间的这种独立性的软件库被认为是 www-128.ibm.com 10. Causes any Demand that passes through the calling code for any 导致所有经过调用代码以请求不是当前 msdn2.microsoft.com 1. The calling code omitted the argument in the procedure call; 呼叫程式码省略程序呼叫中的引数。 technet.microsoft.com 2. These definitions allow the calling code to use 这些定义允许调用代码通过 msdn2.microsoft.com 3. If the calling code does not have the right permission, a 如果调用代码没有适当的权限,就会出现 msdn2.microsoft.com 4. This is pretty much boilerplate remote procedure calling code except for the line 这是非常标准的远程过程调用代码,除了这一行 www-128.ibm.com 5. An example of calling code in the access control hook of an action 在一个action的accesscontrolhook中调用代码的一个例子如下 www.ibm.com 6. Provided by the calling code in the 中的调用代码提供了 www-128.ibm.com 7. Provided by the calling code in 中的调用代码提供的 www-128.ibm.com 8. The calling code looks as follows 调用代码如下所示 msdn2.microsoft.com 9. An example of calling code that is a record script called RS_AccessControl 调用代码的一个例子,其是一个recordscript,名为RS_AccessControl www.ibm.com |
||||||||||
随便看 |
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。