您要查找的是不是:
- By executing a synchronized instance method of that object. 通过执行这个对象的一个同步方法。
- A delegate instance encapsulates a static or an instance method. 委托是函数的封装,它代表一“类”函数。
- An instance method of a type and a target object assignable to that type. 某种类型的实例方法和可分配给该类型的目标对象。
- Just like with embedded code, you use the Code keyword to call an instance method. 就像使用嵌入式代码一样,您可以使用Code关键字来调用实例方法。
- This facility is typically used to synchronize access to a static or instance method of a class. 此功能通常用于同步对类的静态或实例方法的访问。
- When a delegate represents an open instance method, it stores a reference to the method's entry point. 当委托表示开放式实例方法时,它存储对该方法入口点的引用。
- Although the method is static, it acts as if it were an instance method; the instance is target. 尽管该方法为静态方法,但其表现就像实例方法一样,实例为target。
- Can be used to call both virtual and instance methods. 可用于调用虚方法和实例方法。
- This constructor creates delegates for instance methods only. 此构造函数只为实例方法创建委托。
- Thread procedures can be static methods or instance methods. 线程过程可以为静态方法或实例方法。
- An example of calling a static method then an instance method to get at a Java System property. Somewhat verbose, but it works. 下面这个例子先调用一个静态方法,然后调用一个实例方法,来获得一个Java System的属性。虽然有点罗嗦,但是可以工作
- 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)重载,该重载会生成一个对象实例。
- An instance method is a method that is associated with an instance of a class; a static method is a method that is associated with the class itself. 实例方法是指与类的实例相关联的方法;静态方法是指与类本身相关联的方法。
- The difference between a shared and instance method is that instead of using the class name, you use the variable name to call the method. 共享方法和实例方法之间的区别是您使用变量名称来调用方法,而不是使用类名称。
- The following command disassembles the instance method MyMethod with the return type of void and the parameter types int32 and string. 下面的命令对返回类型为void且带有参数int32和System.;String的MyMethod方法进行反汇编。
- Two invocation list elements are equal if they invoke the same instance method on the same target instance, or they invoke the same static method. 两个调用列表的元素在以下情况下相等:它们调用相同目标实例上的相同实例方法,或它们调用相同的静态方法。
- File contains static methods, and FileInfo contains instance methods. File包含静态方法,而FileInfo包含实例方法。
- Provides instance methods for creating, moving, and enumerating through drives. 提供创建、移动和枚举驱动器的实例方法。
- Even if it is an instance method, the above does not compile, because a lambda expression cannot be passed as an argument to a dynamic operation. 即便它是一个实例方法,上面的代码也无法编译,因为lambda表达式不能作为参数传递给动态操作。
- For example, assuming that I need to call an instance method in the AWC.RS.Library assembly, now I have to declare an instance variable m_Library, as shown in Figure 3. 例如;假定我需要调用AWC.;RS
