Share via


ObjectType.GetObjectValuePrimitive(Object) 메서드

정의

boxed 기본값을 반환합니다. 이 메서드는 구조체를 여러 번 복사하지 않도록 하는 데 사용됩니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 static System::Object ^ GetObjectValuePrimitive(System::Object ^ o);
public static object GetObjectValuePrimitive (object? o);
public static object GetObjectValuePrimitive (object o);
static member GetObjectValuePrimitive : obj -> obj
Public Shared Function GetObjectValuePrimitive (o As Object) As Object

매개 변수

o
Object

필수 요소. 임의의 식입니다.

반환

개체로 형식화된 o의 기본값입니다.

설명

이 클래스는 Visual Basic 컴파일러를 지원 하며 코드에서 직접 사용할 수 없습니다.

적용 대상