检查指定物件型别是否登录为已知用户端型别。
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.
NET控制项、物件执行个体以及型别执行个体应该宣告成物件。
NET controls, object instances, and type instances should be declared as objects.
隐含型别阵列通常是在查询运算式中与匿名型别及物件和集合初始设定式一起使用。
Implicitly-typed arrays are usually used in query expressions together with anonymous types and object and collection initializers.
使用指定的内容和文化特性资讯,将指定物件转换为这个转换子的型别。
Converts the given object to the type of this converter, using the specified context and culture information.
会传回这个转换子是否可以将物件转换成指定的型别。
Returns whether this converter can convert the object to the specified type.
阵列物件为建立任何资料型别的阵列提供支援。
The array object provides support for creation of arrays of any data type.
把一个或更多列举型别常数的名称或数字数值的字串表示转换为一个对等列举型别物件。
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.
传回这个型别描述项所表示之物件的属性描述项集合。
Returns a collection of property descriptors for the object represented by this type descriptor.
将集合中的物件转换成指定的型别。
Converts the objects in the collection to the specified type.
若要在方法界限外传递匿名型别或包含匿名型别的集合,您必须先将型别转型为物件。
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.
传回指定之型别的物件,此物件的值与指定的物件相等。
Returns an object of the specified type and whose value is equivalent to the specified object.
您可以使用这个型别来追踪物件,避免它被记忆体回收行程回收。
You can use this type to track an object and prevent its collection by the garbage collector.
要到WPF在执行阶段将物件树状结构执行个体化时,才会呼叫型别转换子。
Type converters are not called until the object tree is instantiated by WPF at runtime.
将json格式化字串转换成指定之型别的物件。
Converts a JSON-formatted string to an object of the specified type.
匿名型别提供便利的方式将唯读属性集封装至单一物件,而不用先明确定义型别。
Anonymous types provide a convenient way to encapsulate a set of read-only properties into a single object without having to first explicitly define a type.
取得列举型别,指出物件的型别。
应用推荐