Platform::Type Class

This topic has not yet been rated - Rate this topic

Identifies a built-in type by a category enumeration.

public ref class Platform::Type : 
                                                        Platform::Object, 
                                                        Platform::Details::IEquatable, 
                                                        Platform::Details::IPrintable

The Type class is useful in applications that need to direct processing with an if or switch statement. The type code is retrieved with either the GetTypeCode() member function or typeid class property.

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.