managed array 中文意思是什麼

managed array 解釋
託管數組
  • managed : 處理
  • array : vt 1 打扮,裝飾。2 使…列隊,排列。3 提出(陪審官)名單,使(陪審官)列席,召集(陪審官)。n 1 整...
  1. Specify that the subsequent array address operation performs no type check at run time, and that it returns a managed pointer with restricted mutability

    指定後面的數組地址操作在運行時不執行類型檢查,並且返回可變性受限的託管指針。
  2. To the array parameter of the managed method definition in one of the following ways

    應用於託管方法定義的數組參數:
  3. Shows how to make a typedef for a managed array

    顯示如何為託管數組創建typedef 。
  4. Specifies that the subsequent array address operation performs no type check at run time, and that it returns a managed pointer whose mutability is restricted

    指定後面的數組地址操作在運行時不執行類型檢查,並且返回可變性受限的託管指針。
  5. To a separate managed array before reading its element values

    )復制到單獨的託管數組。
  6. There is no way to marshal a subset of a managed array

    無法封送託管數組的子集。
  7. Managed array types can vary ; however, the

    託管數組可以是各種各樣的;但是,
  8. The managed array this instance references

    此實例引用的託管數組。
  9. Shows how to use a managed array as a parameter to a template

    顯示如何將託管數組用作模板參數。
  10. Copies data from an unmanaged memory pointer to a managed character array

    將數據從非託管內存指針復制到託管字元數組。
  11. Copies data from an unmanaged memory pointer to a managed 8 - bit unsigned integer array

    將數據從非託管內存指針復制到託管8位無符號整數數組。
  12. Copies data from a one - dimensional, managed character array to an unmanaged memory pointer

    將數據從一維的託管字元數組復制到非託管內存指針。
  13. Copies data from an unmanaged memory pointer to a managed 64 - bit signed integer array

    將非託管內存指針中的數據復制到託管64位有符號整數數組。
  14. Default marshaling for arrays in an application consisting entirely of managed code, the common language runtime passes array types as in out parameters

    在完全由託管代碼組成的應用程序中,公共語言運行庫將數組類型作為in / out參數傳遞。
分享友人