Platform::ValueType Class

0 out of 2 rated this helpful - Rate this topic

The base class for instances of value types.

public ref class ValueType : Object

The ValueType class is used to construct value types. ValueType is derived from Object, which has basic members. However, the compiler detaches those basic members from value types that are derived from the ValueType class. The compiler reattaches those basic members when a value type is boxed.

Minimum supported client: Windows 8

Minimum supported server: Windows Server 2012

Namespace: Platform

Metadata: platform.winmd

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.