A pointer to an instance of a class.
是类实例的指针。
Each instance of a class creates a new object.
一个类的每个实例都新建一个对象。
Tests whether an object is an instance of a class.
测试对象是否为某个类的实例。
An attribute associated with an instance of a class.
实例属性:属于某个类的实例的属性。
Creating a new instance of a class is called instantiation.
创建类的新实例称为实例化。
NET creates an instance of a class that represents your page.
NET就会建立代表网页之类别的执行个体。
So, it also can be used to create a singleton instance of a class.
因此,它也可以用来创建一个类的单身实例。
Each instance of a class entity represents a row within the database table.
每一个实体类的实例代表数据库表中的一行。
Shared procedures cannot be associated with a specific instance of a class.
共用的程序无法与类别的特定执行个体产生关联。
Singleton: one instance of a class or one value accessible globally in an application.
单例:保证一个类仅有一个实例,并提供一个访问它的全局访问点。
You can also pass an instance of a class to a method of a class written in a different language.
还可以将一个类的实例传递到用不同的语言编写的另一个类的方法。
You must create a new instance of this class (which I'll look at in a moment).
必须创建这个类的新实例(等一会将讲到)。
The return value is a proxy for an instance of the target class.
返回值是target类一个实例的代理。
Whenever the application starts, a new instance of the PDFViewer class is created.
每次应用程序启动时,都会创建pdfviewer类的新实例。
In fact, a string object is an instance of the STR class.
事实上,字符串对象是str类的一个实例。
The largest view contains a small class model and an instance of the NoCyclicDependency pattern.
最大的视图包含一个小的类模型,以及NoCyclic Dependency模式的实例。
This object is used to create a new instance of the DocumentBuilder class.
该对象用于创建一个新的documentbuilder类实例。
For example, a generic class JSplitPane may create an instance of Scrollable.
例如,泛型类JSplitPane可以创建Scrollable的实例。
How to get a property name from the property of a class instance?
如何从一个类实例的属性获取属性的名字吗?
The table is built on a per-class basis, not for each instance of the class.
表是基于类构造,不是基于实例构造。
Hence a variable of a class type can reference an instance of any descendant type.
因此,类类型的变量可以引用其所有子孙类型的实例。
A static data member is not bound to a single instance of your class.
静态数据成员没有绑定到类的一个实例。
Returns the class name of this instance of a component.
返回此组件实例的类名。
Create a new instance of the proxy class.
为代理类创建一个新实例。
Use a single static instance of the class to access settings.
使用一个单一的静态类实例的访问设置。
A new instance of that class is returned.
返回该类的一个新实例。
Initializes a new instance of the class with serialization information.
使用序列化资讯,初始化此类别的新执行个体。
Creates a new instance of this class.
从现有实例创建此类的新实例。
However, when each instance is given a wrong class value, the possibility of the class value is different while it has been seen same.
但是每个实例被分错时,是以不同的可能性被分错的,然而却被等同看待。
Initializes base class values for a new instance of a deriving class.
初始化派生类的新实例的基类值。
应用推荐