您要查找的是不是:
- COM clients cannot access class methods directly. COM客戶(hù)端無(wú)法直接訪(fǎng)問(wèn)類(lèi)方法。
- Class method will not be raised. 類(lèi)方法關(guān)聯(lián)的事件將不會(huì )引發(fā)。
- Class methods are not compiled and no Debug output is generated. 類(lèi)方法,也不會(huì )生成調試輸出。
- Class, those actions can be expressed as class methods. 類(lèi),這些操作可以表示為類(lèi)方法。
- Allows you to override base class methods in a derived class. 允許在派生類(lèi)中重寫(xiě)基類(lèi)方法。
- To use this feature, insert the attribute before the class method. 要使用此功能,請在類(lèi)方法前插入此屬性。
- You can use shared class methods without first creating an object from a class. 無(wú)需事先從類(lèi)中創(chuàng )建對象,便可使用共享的類(lèi)方法。
- If a conflict occurs, the imported method overrides the base class method. 如果發(fā)生沖突,則導入的方法將重寫(xiě)基類(lèi)方法。
- Without these constants, Debug and Trace class methods are not compiled and no output is generated. 如果沒(méi)有這兩個(gè)常數,則Debug和Trace類(lèi)方法將不會(huì )被編譯,并且不生成任何輸出。
- Without this symbol, Trace class methods are not compiled and no Trace output is generated. 如果沒(méi)有該符號,則Trace類(lèi)方法將不會(huì )被編譯,并且不生成任何Trace輸出。
- Methods of the base class can be overridden by declaring a new method with the same signature as the new class method. 基類(lèi)的方法可以通過(guò)聲明與新的類(lèi)方法具有相同簽名的新方法來(lái)進(jìn)行重寫(xiě)。
- When TRACE is defined, Trace class methods generate output to the Output window. 如果定義了TRACE,則Trace類(lèi)方法會(huì )將生成的輸出結果顯示在“輸出”窗口中。
- When it is not defined, Trace class methods are not compiled and no Trace output is generated. 如果未定義該值,則不會(huì )編譯Trace類(lèi)方法,也不會(huì )生成任何Trace輸出。
- Delegates defined within a generic class can use the generic class type parameters in the same way that class methods do. 在泛型類(lèi)內部定義的委托使用泛型類(lèi)類(lèi)型參數的方式可以與類(lèi)方法所使用的方式相同。
- Gets the name of the binding class method which that the protocol importer is currently generating. 獲取協(xié)議導入程序當前正在生成的綁定類(lèi)方法的名稱(chēng)。
- It is possible for malicious code to cast back to the base type and call the base class method. 惡意代碼有可能會(huì )重新強制轉換為基類(lèi)型,并調用基類(lèi)方法。
- In some situations, you may need to ensure that a base class method is not overridden. 在某些條件下,可能需要確保不重寫(xiě)某種基類(lèi)方法。
- Keyword was used to define this method, the derived class method is not calledthe base class method is called instead. 關(guān)鍵字來(lái)定義此方法,所調用的不是派生類(lèi)方法,而是基類(lèi)方法。
- Keyword, objects of the derived class will call that method rather than the base class method. 關(guān)鍵字,則派生類(lèi)的對象將調用該方法,而不調用基類(lèi)方法。
- Each generated proxy class method calls the invoke method to call the related Web service method. 生成的每個(gè)代理類(lèi)方法都調用invoke方法,從而調用相關(guān)的Web服務(wù)方法。