common object runtime的意思|示意
公共对象运行时
common object runtime的网络常见释义
常见的对象运行 COR Common Object Runtime 常见的对象运行 COR Class Of Restriction (insurance) 班的限制(保险) COR Center for Orthopaedic Research 骨科研究中心 ..
common object runtime相关例句
This is because the other objects being called could be collected at the same time as the calling object, such as in the case of a common language runtime shutdown.
这是因为被调用的其他对象可能和调用对象在同一时间被回收,例如公共语言运行时关闭这种情况。
Every object has some additional bytes that the common language runtime USES to manage the object, such as the object's virtual table pointer and a reference to a sync block.
每个对象都有一些附加字节,通用语言运行库用来管理对象,如对象的虚表指针和同步锁定引用。
Runtime Callable Wrapper, which the common language runtime manages as it does any other managed object.
运行时可调用包装,与其他任何托管对象一样,它由公共语言运行时管理。
Common Language Runtime (CLR) support for the definition of business object models-domains to which business rules apply.
共用语言执行时期(CLR)支援定义商业物件模型-商业规则适用之领域。
The names are stored as common language runtime (CLR) object types.
这些名称存储为公共语言运行时(CLR)对象类型。
Since all objects in the class pool are upcast to their common base class, the polymorphism of the method leads to that which object method will be executed can only be ascertained at runtime.
由于所有位于对象池中的对象都被上溯到它们的基类型,方法多态使得只有在运行时刻才能真正确定到底哪个对象的方法被执行。