更多信息所带来的好处就是,可以更早地捕捉到某些类型的错误,而动态类型语言只有到运行时才能检测到这些错误。
One of the benefits of the additional information is the ability to catch certain kinds of errors that a dynamically typed language won't detect until run time.
这个库包含在运行时创建类型所需的所有信息。
The library contains all information needed to create a type at runtime.
运行时,它能够从该行提取足够的信息来确定处理类型。
At runtime, it can extract enough information from the row to decide on the type of processing.
运行时缺乏类型信息,这给泛型容器类和希望创建保护性副本的泛型类提出了难题。
This lack of type information at runtime poses a problem for generic container classes and for generic classes that want to make defensive copies.
从as3起,类型信息会一直保留到运行时。
Starting with AS3, we can get the type information all the way down to the runtime.
运行时分析所搜集的信息的类型差别很大。
The type of information that runtime analysis gathers varies greatly. Examples include
在Web服务运行时和中介体中定义和支持的新的控制信息类型正在不断增加。
Increasingly, new types of control information are being defined and supported in Web services runtimes and intermediaries.
CriteriaQuery被传递给一个可执行查询并保留类型信息,这样可以直接访问选择列表的元素,而不需要任何运行时强制类型转换。
CriteriaQuery is transferred to an executable query with its type information preserved so that the elements of the selected list can be accessed without any run-time casting.
它们向公共语言运行时提供了解类型实现所需要的信息。
They provide the common language runtime with the information it needs to be aware of type implementations.
程序集为公共语言运行时提供了它在类型实现方面需要了解的信息。
Assemblies provide the common language runtime with the information it needs to be aware of type implementations.
运行时用来将类型引用映射到包含其声明和实现的文件的信息。
Information used by the runtime to map a type reference to the file that contains its declaration and implementation.
通过嵌入的类型信息,应用程序可以使用程序集中的类型,而无需引用运行时程序集或主互操作程序集(PIA)。
With embedded type information, your application can use types from an assembly without requiring a reference to the runtime assembly or Primary Interop assembly (PIA).
反射是指一种程序在运行时能获得关于载入类型和集合的信息的能力。
Reflection is the ability for a program at run-time to get information about loaded type and assemblies.
如果发布了各种版本的运行时程序集,则包含嵌入类型信息的应用程序可以使用不同版本,而不必重新编译。
If various versions of the runtime assembly are published, the application that contains the embedded type information can work with the different versions without having to be recompiled.
描述如何在程序集中嵌入COM类型的类型信息,以及公共语言运行时如何确定嵌入的COM类型的等效项。
Describes how type information for com types is embedded in assemblies, and how the common language runtime determines the equivalence of embedded com types.
包含嵌入类型信息的应用程序可以使用运行时中的类型,而无需引用运行时程序集。
With embedded type information, your application can use types in a runtime without requiring a reference to the runtime assembly.
因为公共语言运行时(CLR)能够在运行时访问泛型类型信息,所以可以使用反射获取关于泛型类型的信息,方法与用于非泛型类型的方法相同。
Because the Common Language Runtime (CLR) has access to generic type information at run time, you can use reflection to obtain information about generic types in the same way as for non-generic types.
因为公共语言运行时(CLR)能够在运行时访问泛型类型信息,所以可以使用反射获取关于泛型类型的信息,方法与用于非泛型类型的方法相同。
Because the Common Language Runtime (CLR) has access to generic type information at run time, you can use reflection to obtain information about generic types in the same way as for non-generic types.
应用推荐