Returns a runtime method handle for a method or constructor identified by a metadata token.
返回由元数据标记标识的方法或构造函数的运行时方法句柄。
Returns a runtime method handle for the method or constructor identified by the specified metadata token.
返回由指定元数据标记标识的方法或构造函数的运行时方法句柄。
Returns a runtime method handle for the method or constructor identified by the specified metadata token, specifying the generic type arguments of the type and method where the token is in scope.
返回由指定元数据标记标识的类型的运行时类型句柄,指定标记所在范围内的类型和方法的泛型类型参数。
Dynamic proxy classes give us a way to easily handle validation on any method in a uniform way, while completely separating all of the validation logic from the core business logic.
动态代理类给了我们一种以统一方式方便地处理任何方法上的验证途径,同时把所有的验证逻辑完全与核心业务逻辑分离开。
You can fix this method, too, with the addition of some code to handle users and roles.
这个问题也可以修复,方法是添加一些代码来处理用户和角色。
You pass this method the KFM credential handle so that you can properly decrypt a message.
将KF M凭证的句柄传递给这个方法,就可以正确地将消息解密出来。
You pass this method the KFM credential handle so that you can properly encrypt a message.
将KF M凭证的句柄传递给这个方法,就可以正确地对消息进行加密。
Testing with the second test tool focused on reaching the limits of the server's ability to handle events and method invocations.
使用第二个测试工具完成的测试重点是在于达到服务器处理事件和方法调用的能力的极限。
The invocation handler could also be refactored to handle other operations across multiple method invocations on different object types.
还可以重构调用处理程序,让它处理其他横跨不同对象类型的方法调用的操作。
The client of a CORBA object acquires its object reference and USES it as a handle to make method calls, as if the object were located in the client's address space.
CORBA对象的一个客户程序获取了其对象引用,并将它用作句柄进行方法调用,就好像对象是位于客户程序的地址空间中一样。
As expected, the test case fails-i have not written a trigger method that will handle more than one transition.
与预期一样,测试用例失败—我并没有编写处理多个转换的触发器方法。
The callback method returns the handle back to the application so that it can keep processing other messages without having to poll for the response message.
回调方法将句柄返回应用程序,这样,应用程序能继续处理其他消息,不必轮询响应消息。
Defines the events that this widget should handle, and the method that is called when the event is received.
定义小部件应该处理的事件,以及收到事件时调用的方法。
It's the situation where, for instance, someone passes a null value to a method not coded to handle nulls.
比方说,把null值传入一个并未编写如何处理null值的方法中,这就是一种边界情况。
This callback handler implements the handle (callback callbacks ) method in the interface.
回调处理器在接口中实现一个处理方法(callbackcallbacks )。
The servlet then calls the appropriate objects to handle the method calls against back-end objects, passing the UserDataBean as a parameter.
然后servlet调用适当的对象来处理调用后端对象的方法,将UserDataBean作为参数传递。
When a message arrives that needs to be mediated, the mediation framework will invoke the handle (MessageContext) method on it.
当一个需要被调解的消息抵达后,中介框架将对其调用处理(MessageContext)方法。
Additional blocks of code after the run method may be required to handle long running reports.
可能需要run方法后的其他代码块处理长期运行的报告。
However, the tests such tools come up with tend to be fairly trivial and basic stuff, like whether a method can handle being passed a null argument.
然而,这些工具生成的测试往往相当琐碎和基本,例如方法是否能够处理传递来的null参数。
For example, if an action is executed on the front end, the back-end class's main() method is called to handle the action.
例如,如果在前端执行一个操作,就调用后端类的main()方法处理这个操作。
This is implemented by the addition of the following method to the "ScriptBuilder" class, to handle the let! Binding.
下面是通过“ScriptBuilder”类中额外的方法来实现的,用于处理“let !”
This works similar to the __call magic method, which is designed to handle method calls for methods that aren't defined or visible in the class.
它的工作方式类似于__ call魔术方法,后者的设计意图是处理那些没有在类中定义或对类不可见的方法的调用。
It would be ideal for the put_file method to handle this case by automatically creating the missing parts of the file's directory tree.
put _ file方法理应通过自动创建文件目录树中的缺失部分来处理这种情况。
To invoke this method, you need to handle the "button pressed" event for the operation buttons, which is done by simply assigning a method named onclick to each button. For example.
要调用此方法,需要处理操作按钮的“按钮按下”事件,这可通过向每个按钮分配一个名为onclick的方法完成。
The main() method body just finds the class information and then passes it to the addTiming() method to handle the actual modifications.
main()方法的正文只给出类信息,然后将它传递给addTiming() 方法以处理实际的修改。
The newInstance() method, illustrated in Listing 17, iterates over the available ConfigMethod implementations, testing each to determine if it can handle the configuration method under consideration.
清单17 中显示的newInstance()方法在可用的ConfigMethod实现上进行迭代,测试每个 ConfigMethod,以判断它是否可以处理当前考虑的配置方法。
It connects to the database and returns a handle through the handle method.
它连接到数据库,并通过handle方法返回一个句柄。
To add basic functionality to your mediation, copy and paste the code in Listing 2 below to the handle method of your mediation.
为了向中介添加基本功能,请将下面清单2中的代码复制并粘贴到中介的handle方法。
If the converter produced an object of type trade, then the handler class must contain a method named handle (trade trade).
如果转换器产生了一个交易类型的对象,随后处理类必须包含一个名为handle (trade trade)的方法。
This interface contains one method called handle() that accepts an array of Fault objects.
这个接口包含一个方法,称为handle(),它接受Fault对象数组。
应用推荐