网页
图片
视频
学术
词典
地图
更多
航班
笔记本
非托管
网络
unmanaged
网络释义
1.
unmanaged
非CLR 控制的代码即
非托管
(
unmanaged
)代码,如C++等。 这些语言可以访问操作系统的低级功能。
www.docin.com
|
基于44个网页
例句
释义:
全部
全部
,
unmanaged
unmanaged
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
An
unmanaged
user
component
throws
an
access
violation
when
trying
to
use
a
managed
object
that
had been
exposed
to
COM
.
非
托管
用户
组件
在
尝试
使用
已
公开
到
COM
的
托管
对象
时
会引发
一个
访问
冲突
。
msdn.microsoft.com
2.
Thus
,
such
an
application
server
environment
with
a
single
servant
region
is
called
an
"
unmanaged
"
application
environment
.
因此
,
这种
具有
单个
服务
区域
的
应用程序
环境
称为
“
非
托管
”
应用程序
环境
。
www.ibm.com
3.
Allows
managed
code
to call into
unmanaged
code
,
which
is
often
dangerous
.
允许
托管
代码
调
入
非
托管
代码
,
这
常常
是
很
危险
的
。
msdn2.microsoft.com
4.
Has no fixed
relationship
to a
managed
thread
,
because
an
unmanaged
host
can
control
the
relationship
between
managed
and
unmanaged
threads
.
因为
非
托管
宿主
可以
控制
托管
线程
和
非
托管
线程
之间
的
关系
,
所以
操作系统
。
msdn2.microsoft.com
5.
This
sample
is
written
in
unmanaged
code
because
it
must
be
able
to
run
on a
computer
where the
.
NET Framework
is
not
installed
.
此
示例
是
用
非
托管
代码
编写
的
,因为
它
必须
能够
在
未
安装
.
NETFramework
的
计算机
上
运行
。
msdn2.microsoft.com
6.
If
an
application
is
running
unmanaged
user
components
, then those components
might
have
corrupted
the
garbage
-
collected
heap
.
如果
一个
应用程序
运行
非
托管
用户
组件
,
则
这些
组件
可能
损坏
了
已
垃圾回收
的
堆
。
technet.microsoft.com
7.
Internet Explorer
is
an
example
of an
unmanaged
application
that
hosts
the
runtime
(
in
the
form
of
a
MIME
type
extension
)
.
InternetExplorer
是
承载
运行库
(
以
MIME
类型
扩展
的
形式
)
的
非
托管
应用程序
的
一个
示例
。
msdn2.microsoft.com
8.
A
Boolean
value
indicating
whether
the
application
has
permission
to
call
unmanaged
code
.
一个
布尔
值
,
指示
应用程序
是否
具有
调用
非
托管
代码
的
权限
。
msdn2.microsoft.com
9.
If
your
code
does
not
have
permission
to
execute
unmanaged
code
,
this
attribute
has
no
effect
and
should
be
removed
.
如果
您
的
代码
不
具有
执行
非
托管
代码
的
权限
,
则
该
特性
将
没有
作用
,
应
将
其
移除
。
technet.microsoft.com
10.
Explicit
control
of a
class
layout
is
important
if
the
class
is
to
be
passed
to
unmanaged
code
that
expects
a
specific
layout
.
如果
要
将
类
传递
给
需要
指定
布局
的
非
托管
代码
,
则
显
式
控制
类
布局
是
重要
的
。
msdn2.microsoft.com
1
2
3
4
5