RuntimeHelpers.Box(Byte, RuntimeTypeHandle) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從位於目標參考的數據建立指定型別的 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 的類型。