다음을 통해 공유


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 인스턴스를 만들 수 없습니다.

전달된 형식은 바이레프와 유사한 형식입니다.

적용 대상