月亮词典
首页
查询
invoke call
调用调用
常用释义
词性释义
调用调用
例句
全部
Do
as
much
work
as
you can in
one
platform
invoke
call
rather than using multiple
calls
.
尽量使用一个平台调用多做工作,尽量少用多个调用。
Guarantees
that
the
managed
object
is
not
garbage
collected
until
the
platform
invoke
call
completes
.
包装句柄,可保证该托管对象在平台invoke调用完成前不被垃圾回收。
A
managed
object
that
should
not
be
finalized
until
the
platform
invoke
call
returns
.
在平台invoke调用返回前不应完成的托管对象。
In
some
circumstances
,
finalizable
objects
could
be
reclaimed
by
garbage
collection
while
executing
a
method
within
a
platform
invoke
call
.
在某些情况下,在平台调用中执行方法时,垃圾回收操作可能对可终结对象进行回收。
This
action
releases
the
resource
and
invalidates
the
handle
,
causing
the
platform
invoke
call
to
fail
.
此操作将释放资源并使句柄无效,从而导致平台invoke调用失败。
The
managed
signature
of the
platform
invoke
call
might
not
match
the
unmanaged
signature
of the
method
being
called
.
平台调用的托管签名可能与要调用的方法的非托管签名不匹配。
The
handle
could
also
be
reclaimed
while
your
method
is
blocked
during
a
platform
invoke
call
,
such
as
while reading a
file
.
当您的方法在平台调用期间被阻止时(如读取文件时),句柄也可能被回收。
Failures
to
find
a
native
DLL
or
a
function
for a
platform
invoke
call
.
找不到本机DLL或平台调用的函数。
To
keep
an
object
alive
for
the
duration
of
a
platform
invoke
call
is
preferred
,
you
can
also
use
the
是保持一个对象在平台invoke调用期间处于活动状态的首选方案,但也可以使用
A
sample
message
of
a
platform
invoke
call
on
method
方法发出的平台调用的示例消息是