Type.IsValueTypeImpl Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Implements the IsValueType property and determines whether the Type is a value type; that is, not a class or an interface.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

Syntax

Protected Overridable Function IsValueTypeImpl As Boolean
protected virtual bool IsValueTypeImpl()

Return Value

Type: System..::.Boolean
true if the Type is a value type; otherwise, false.

Remarks

This method is provided to enable the implementation of alternate type systems. It is not generally used in application code.

Note

In Windows Phone, you cannot derive new classes from Type.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

Type Class

System Namespace

TypeAttributes

IsClass

IsInterface

ValueType

IsValueType