引用数 meaning in English
reference count
Examples
- The reference count will be decremented when the runtime performs garbage collection on the managed object representing the com object
当运行库对表示com对象的托管对象执行垃圾回收时,引用数将减少。 - General - purpose registers hold data for general operations such as adding two numbers together or referencing an element in an array
通用寄存器存储用于一般操作(如将两数相加或引用数组中的元素)的数据。 - Calling an object with this method causes the reference count to increment on the interface pointer before the pointer is returned . always use
使用此方法调用对象会导致在返回接口指针之前,该指针的引用数递增。 - You can use gacutil . exe to install two applications that install the same assembly ; the tool keeps track of the number of references to the assembly
您可以使用gacutil . exe安装两个安装同一程序集的应用程序;全局程序集缓存工具跟踪对该程序集的引用数。 - Uninstalls a specified assembly from the global assembly cache . if the specified assembly has existing reference counts , the tool displays the reference counts and does not remove the assembly from the global assembly cache
如果指定的程序集存在现有引用数,则全局程序集缓存工具显示引用数,而且不从全局程序集缓存中移除该程序集。