invocation list的意思|示意
调用列表
invocation list的网络常见释义
调用列表 对于任何代表实例,代表实例的调用列表(invocation list )作为非多点传送的规则列表来定义,而当代表实例被调用时,它也要被调用。更多如下:
称为调用列表 每个委托都关联一系列成员,称为调用列表(invocation list)。一旦委托被调用,列表中的每一个成员也都会被调用,并获得委托所收到的参数。
实例的调用列表 但是,每个委托实例都有一个操作列表,称为委托实例的调用列表(invocation list)。在System.Delegate类中,有两个静态方法Combine和Remove,通过这两个静态方法,我们就可以进行两个委托实例的调用列表的合并和...
invocation list相关短语
1、 invocation n list 调用列表
invocation list相关例句
Events only allow to add and remove method from invocation list.
事件只允许在调用列表中添加和删除方法。
A multicast delegate maintains an invocation list of the methods it is bound to.
广播委托维护它所绑定到的方法的调用列表。
Two invocation list elements are equal if they invoke the same instance method on the same target instance, or they invoke the same static method.
两个调用列表的元素在以下情况下相等:它们调用相同目标实例上的相同实例方法,或它们调用相同的静态方法。
Invocation of such a command line launches the user's E-mail client, populates its elements (cc: list, attachments, and so on), and turns over control to the end user.
调用这样的命令行会启动用户的电子邮件客户机,填充它的元素(例如列表、附件等),并把控制权转移给最终用户。
A literal value is required. Please specify a value before adding a new parameter to the invocation parameter list.
要求参数值。请在向调用参数列表添加新参数之前指定一个值。
Events adds a layer of abstraction and protection on delegate, this protection prevents client of the delegate from resetting the delegate and invocation list.
事件添加了一个抽象的抽象层和对委托的保护,这种保护防止委托的委托造成重置委托以及调用列表。