网页
图片
视频
学术
词典
地图
更多
航班
笔记本
CreateDelegate
网络
创建委托
网络释义
1.
创建委托
2009年5月15日 随笔档案 - fmxyw - 博客园 ... createCallback 创建回叫方法
createDelegate
创建委托
getDoc 得到当前文档 ...
www.cnblogs.com
|
基于2个网页
例句
释义:
全部
全部
,
创建委托
创建委托
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
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
)
重载
,
该
重载
会
生成
一个
对象
实例
。
msdn2.microsoft.com
2.
Executing
a
dynamic
method
with
a
delegate
created
by
the
CreateDelegate
method
is
more
efficient
than executing it with the Invoke
method
.
使用
由
CreateDelegate
方法
创建
的
委托
执行
动态
方法
比
使用
Invoke
方法
执行
该
动态
方法
效率
更
高
。
msdn2.microsoft.com
3.
Complete
the
dynamic
method
by
calling
its
CreateDelegate
method
.
通过
调用
动态
方法
的
CreateDelegate
方法
完成
动态
方法
。
msdn2.microsoft.com
4.
Calling
the
CreateDelegate
method
or the
Invoke
method
completes
the
dynamic
method
.
调用
CreateDelegate
方法
或
Invoke
方法
完成
动态
方法
。
msdn2.microsoft.com
5.
Create
an
instance
of
the
delegate
,
using
the
CreateDelegate
method
.
使用
CreateDelegate
方法
创建
委托
的
实例
。
msdn2.microsoft.com
6.
Using
the
overloads
of
CreateDelegate
that take
a
MethodInfo is
recommended
.
建议
使用
带有
MethodInfo
的
CreateDelegate
重载
。
msdn2.microsoft.com