Convert.ToNativeArray(Object, RuntimeTypeHandle) 메서드

정의

지정된 값을 형식Array화된 ArrayObject .로 변환합니다.

이 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

배열에 있는 요소의 형식입니다.

반품

가능하면 변환되고, 그렇지 않으면 .입니다.

적용 대상