共用方式為


RuntimeHelpers.Box(Byte, RuntimeTypeHandle) 方法

定義

從位於目標參考的數據建立指定型別的 Boxed 物件。

public:
 static System::Object ^ Box(System::Byte % target, RuntimeTypeHandle type);
public static object? Box (ref byte target, RuntimeTypeHandle type);
static member Box : byte * RuntimeTypeHandle -> obj
Public Shared Function Box (ByRef target As Byte, type As RuntimeTypeHandle) As Object

參數

target
Byte

目標數據。

type
RuntimeTypeHandle

要建立的方塊類型。

傳回

包含指定數據的 Boxed 物件。

例外狀況

指定的型別句柄 null

指定的型別不能建立本身的 Boxed 實例。

傳入的類型是類似 byref 的類型。

適用於