共用方式為


Convert.ToNativeArray(Object, RuntimeTypeHandle) 方法

定義

將指定的 ArrayObject 轉換為具型別 Array

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 static System::Object ^ ToNativeArray(System::Object ^ value, RuntimeTypeHandle handle);
public static object ToNativeArray (object value, RuntimeTypeHandle handle);
static member ToNativeArray : obj * RuntimeTypeHandle -> obj
Public Shared Function ToNativeArray (value As Object, handle As RuntimeTypeHandle) As Object

參數

value
Object

要進行轉換的 ArrayObject

handle
RuntimeTypeHandle

陣列中項目的型別。

傳回

Object

已轉換為 Arrayvalue (如果可能的話),否則為 value

適用於