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.
Assembly: mscorlib (in mscorlib.dll)
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. |
Show:
Note: