zoukankan      html  css  js  c++  java
  • .NET术语表

    .NET术语表
    [原文地址http://www.lijianzhong.com/Applied_Terms.asp]


    • 《Microsoft .NET框架程序设计(修订版) 》
    • 《Microsoft .NET框架程序设计——Visual Basic .NET 语言描述》


     

    .NET Compact Framework .NET微缩框架
    accessibility modifiers 访问限定修饰符
    accessor methods 访问器方法
    AppDomain 应用程序域
    argument 参数
    array 数组
    assembly 程序集
    attribute 特性(指.NET中一种可声明的元数据信息)
    属性(指XML中一种描述元素的名/值对信息)
    base class 基类
    base type 基类型
    bind 绑定
    bit flag 位标记
    box 装箱
    boxed 已装箱
    build 生成
    catch filter 捕获筛选器
    callback function 回调函数
    cast 转型
    class
    cleanup (资源)清理
    clone 克隆
    code access security(CAS) 代码访问安全
    command-line switch 命令行开关
    Common Language Infrastructure(CLI ) 通用语言基础构造
    Common Language Runtime (CLR) 通用语言运行时
    Common Language Specification (CLS) 通用语言规范
    Common Type System (CTS) 通用类型系统
    compile 编译
    component 组件
    concurrent 并发
    console 控制台
    constant 常数
    constructor 构造器
    conversion operator 转换操作符
    copy 拷贝
    culture 语言文化
    culture-neutral 语言文化中性
    custom attribute 定制特性
    debug 调试
    deep copy 深拷贝
    delegate 委托
    design pattern 设计模式
    destructor 析构器
    domain-neutral assembly 以中立域方式加载的程序集
    dynamic link library 动态链接库
    encapsulation 封装
    enumerated type 枚举类型
    enumeration type 枚举类型
    event 事件
    evidence 证据
    exception 异常
    explicit 显式
    explicit interface member implementation 显式接口成员实现
    expression 表达式
    field 字段
    finalization 终止化
    finalizer 终止化器
    Framework Class Library(FCL) (.NET) 框架类库
    garbage collection (GC) 垃圾收集
    garbage collector 垃圾收集器
    generation 代龄
    Global Assembly Cache (GAC) 全局程序集缓存
    handle 句柄
    hash code 散列码
    host 寄宿(作动词)
    host 宿主(作名词)
    implicit 隐式
    imported type 导入类型
    indexer 索引器
    inheritance 继承
    inline 内联
    instance 实例
    instruction 指令
    interface 接口
    intermediate language (IL) 中间语言
    interoperability 互操作
    jagged array 交错数组
    Just-In-Time(JIT) compiler 即时(JIT)编译器
    lifetime 生存期
    literal 文本常量
    managed code 托管代码
    managed heap 托管堆
    managed module 托管模块
    mangle 签名编码
    manifest 清单
    marshall 封送
    metadata 元数据
    method 方法
    namespace 命名空间
    native code 本地代码
    nested type 嵌套类型
    object 对象
    object-oriented 面向对象
    operand 操作数
    operator 操作符
    overload 重载
    override 重写
    paradigm 范式
    parallel 并行
    parameter 参数
    persist 持久化
    plug-in component 插件组件
    point 指针
    polymorphism 多态
    portable executable (PE) file 可移植可执行(PE)文件
    primitive type 基元类型
    process 进程
    property 属性
    reference 引用
    reference type 引用类型
    reflect 反射(作动词)
    reflection 反射(作名词)
    remote 远程
    runtime 运行时
    response file 响应文件
    satellite assembly 卫星程序集
    sealed 密封
    serialize 序列化
    shallow copy 浅拷贝
    side-by-side 并存
    single-domain assembly 以独立域方式加载的程序集
    stack 堆栈
    stack frame 栈帧
    stack trace 堆栈踪迹
    static 静态
    stream
    string 字符串
    strong name 强命名
    structure 结构
    thread 线程
    thread pool 线程池线程
    type 类型
    unbox 拆箱
    unboxed 未装箱
    unmanaged code 非托管代码
    unsafe code 非安全代码
    value type 值类型
    weak reference 弱引用
    Web Forms Web窗体
    Web Services Web服务
    Windows Forms Windows窗体
    window procedure 窗口过程
    worker process 工作者进程
    zero-based array 0基数组

  • 相关阅读:
    HTML的基本知识
    java script后续
    java script
    CSS
    DAY 33 进程理论与进程方法
    DAY 32 UDP协议、Socketserver模块,并发编程基础
    DAY 30 网络编程基础
    DAY 25多态、反射、异常处理
    DAY 24继承与组合
    DAY 23 面向对象(二)
  • 原文地址:https://www.cnblogs.com/caca/p/51756.html
Copyright © 2011-2022 走看看