类别会定义物件型别,但它不是物件本身。
A class defines a type of object, but it is not an object itself.
已知物件型别可以是单一呼叫或单一物件。
Well-known object types can be either single call or singleton.
检查指定物件型别是否登录为已知用户端型别。
Checks whether the specified object type is registered as a well-known client type.
您可以使用复合专案,依物件型别来分割资料库。
You can use composite projects to partition your database by object type.
在衍生类别中覆写时,取得项目所表示的物件型别。
When overridden in a derived class, gets the type of object the item represents.
型别语意适用于所有资料型别之间的转换,包括物件型别。
Type semantics apply to conversions between all data types, including object types.
将指定的资料储存到这个资料物件中,自动从来源物件型别转换资料格式。
Stores the specified data in this data object, automatically converting the data format from the source object type.
将指定的资料储存到这个资料物件中,从来源物件型别自动判断资料格式。
Stores the specified data in this data object, automatically determining the data format from the source object type.
序列化提供者可以为特定的物件型别或物件型别集提供自订的序列化程序。
Serialization providers can provide custom serializers for a particular type of object or set of types of objects.
如果物件型别是单一呼叫,则每次有从用户端进来的呼叫时就会建立它的新执行个体。
If an object type is single call, then a new instance of it is created each time a call from the client comes in.
在您的应用程序需有许多可能不相关的物件型别来提供特定功能的情况下,介面是较适合的做法。
Interfaces are better suited to situations in which your applications require many possibly unrelated object types to provide certain functionality.
取得或设定该项目是否已经静态定义,也就是,该项目是否适用于此一物件型别的所有执行个体,或是只适用于此一物件。
Gets or sets whether or not the item is statically defined, that is, whether the item is common to all instances of this object type or only to this object specifically.
当物件的型别在编译时期未知时,动态方法对于编译器写入器很有用处。
Dynamic methods are useful to compiler writers when the type of an object is not known at compile time.
型别可以从其他型别继承实作、传递物件给其他型别的方法以及呼叫在其他型别上定义的方法,而不论这些型别是以何种语言实作。
Types can inherit implementation from other types, pass objects to another type's methods, and call methods defined on other types, regardless of the language the types are implemented in.
您可将阵列变数变更为指向具有不同维度长度的阵列物件,但不可将它变更为指向不同资料型别的阵列物件。
You can change an array variable to point to an array object with different dimension lengths, but you cannot change it to point to an array object of a different data type.
这项资讯通常包含物件的完整型别名称和组件名称。
This information generally includes the full type name and assembly name of the object.
隐含型别阵列通常是在查询运算式中与匿名型别及物件和集合初始设定式一起使用。
Implicitly-typed arrays are usually used in query expressions together with anonymous types and object and collection initializers.
阵列物件为建立任何资料型别的阵列提供支援。
The array object provides support for creation of arrays of any data type.
匿名型别不可转换成物件以外的任何介面或型别。
An anonymous type cannot be cast to any interface or type except for object.
把一个或更多列举型别常数的名称或数字数值的字串表示转换为一个对等列举型别物件。
Converts the string representation of the name or numeric value of one or more enumerated constants to an equivalent enumerated object.
物件运算式,可让您在需要时于运算式中隐含定义小型物件,而不用宣告新型别以及具现化物件。
Object expressions, which enable you to define small objects implicitly in expressions as needed, instead of declaring a new type and instantiating an object.
型别参考包含型别语汇基元和物件执行个体的位址。
A typed reference contains a type token and an address to an object instance.
寻找指定物件值或型别的序列化程序。
确认指定的物件是指定之型别的执行个体。
Verifies that the specified object is an instance of the specified type.
确认指定的物件是指定之型别的执行个体。
Verifies that a specified object is an instance of a specified type.
取得指定物件的型别。
取得指示物件种类或型别的GUID字串。
Gets a GUID string indicating the kind or type of the object.
若要在方法界限外传递匿名型别或包含匿名型别的集合,您必须先将型别转型为物件。
To pass an anonymous type, or a collection that contains anonymous types, outside a method boundary, you must first cast the type to object.
请注意,呼叫程序码未指定第一个参数,因为它代表要套用运算子的型别,而且编译器已知道物件的型别。
Note that the first parameter is not specified by calling code because it represents the type on which the operator is being applied, and the compiler already knows the type of your object.
判断特定物件是否能够成为特定型别的父代。
Determining if a given object can be a parent of a particular type.
应用推荐