您要查找的是不是:
- Is the object instance you re reconstructing. 就是您正在重新构建的对象实例。
- Removes leading white space from a String object instance. 从String对象实例移除前导空白字符。
- Removes trailing white space from a String object instance. 从String对象实例移除尾随空白字符。
- A typed reference contains a type token and an address to an object instance. 类型化引用包含类型标记和对象实例的地址。
- Removes leading and trailing white space from a String object instance. 从String对象实例移除前导空白字符和尾随空白字符。
- A valid object instance represents a structural validation error in the XML Schema Object Model (SOM). 有效的对象实例表示XML“架构对象模型”(SOM)中的结构验证错误。
- On creating an object instance, various component methods display message boxes to demonstrate call order. 在创建对象实例时,各种组件方法将显示消息框,以演示调用顺序。
- If pathname is a zero-length string ("), GetObject returns a new object instance of the specified type. 如果pathname是零长度字符串("),则GetObject返回指定类型的新对象实例。
- Determines whether a specified category on a specified computer contains the specified performance object instance. 确定指定计算机上的指定类别是否包含指定的性能对象实例。
- Determines whether a specified category on the local computer contains the specified performance object instance. 确定本地计算机上指定的类别是否包含指定的性能对象实例。
- Determines whether the category contains the specified performance object instance. 确定该类别是否包含指定的性能对象实例。
- Determines whether the specified performance object instance exists in the category that is identified by this. 属性标识的类别中是否存在指定的性能对象实例。
- Allocates a new object instance of the specified type, without attempting to call a constructor method. 分配一个新的指定类型的对象实例,而不尝试调用构造函数方法。
- Operator is to test for the existence of an object instance before attempting to access one of its members. 运算符的一个用途是在试图访问某对象的一个成员之前先测试是否存在该对象的实例。
- When you say something is static, it means that data or method is not tied to any particular object instance of that class. 一旦将什么东西设为static,数据或方法就不会同那个类的任何对象实例联系到一起。
- When you say something is static,it means that data or method is not tied to any particular object instance of that class. 一旦将什么东西设为static,数据或方法就不会同那个类的任何对象实例联系到一起。
- The Object Data Type is a 32-bit address that points to an object instance within your application or in some other application. Object数据类型是一个指向您的应用程序或其他某个应用程序中的对象实例的32位地址。
- A way of accessing properties and methods supplied by WMI in a script as if they were automation properties and methods of an object instance. 访问脚本中WMI提供的属性和方法的一种方式,仿佛它们是对象实例的自动化属性和方法。
- To treat a dynamic method as if it were an instance method, use the CreateDelegate(Type, Object) overload that takes an object instance. 若要将动态方法视为实例方法,请使用CreateDelegate(Type,Object)重载,该重载会生成一个对象实例。
- Replaces the format item in a specified String with the text equivalent of the value of a corresponding Object instance in a specified array. 将指定String中的格式项替换为指定数组中相应Object实例的值的文本等效项。