delegate function 中文意思是什麼

delegate function 解釋
代表職能
  • delegate : n 1 委員,代表,特派員。2 〈美國〉(Virginia West Virginia Maryland 等州的)眾議院議員。3 (眾議...
  • function : n 1 功能,官能,機能,作用。2 〈常 pl 〉職務,職責。3 慶祝儀式;(盛大的)集會,宴會。4 【數學】...
  1. The government chief information officer s office suggests the government continue to delegate the country - code top level domain management function to the hong kong internet registration corporation, which should establish a consultative and advisory panel that engages a set of stakeholders to advise the board on major issues

    諮詢文件建議,政府應繼續委派獨立的非牟利機構,執行地區頂級域名管理的職能並設立域名注冊管理-域名注冊服務制度模式,讓合適的機構可向
  2. If, however, the callback function can be invoked after the call returns, the managed caller must take steps to ensure that the delegate remains uncollected until the callback function finishes

    然而,如果可以在調用返回后調用回調函數,則託管調用方必須採取相應的措施來確保委託在回調函數完成其工作之前不會被回收。
  3. The managed module defines a delegate that is marshaled to the native code as a function pointer and uses the

    託管模塊定義將作為函數指針封送給本機代碼的委託,並使用
  4. The compiler automatically marshals the delegate to unmanaged functions as a function pointer and inserts the necessary managed unmanaged transition code

    編譯器自動將委託作為函數指針封送給非託管函數,並插入必要的託管/非託管轉換代碼。
  5. While function pointers can only represent static functions, a delegate can represent both static and instance methods

    函數指針只能表示靜態函數,委託則可以同時表示靜態方法和實例方法。
  6. Converts an unmanaged function pointer to a delegate

    將非託管函數指針轉換為委託。
  7. The delegate acts as a function pointer in native code

    在本機代碼中,該委託充當函數指針。
  8. A delegate is equivalent to a function pointer

    委託等效于函數指針。
  9. When the specified procedure is an instance method then the function delegate refers to both the instance and the method

    指定的函數的函數委託。如果指定的過程是實例方法,則此函數委託同時引用此實例和方法。
分享友人