Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 952 Bytes

File metadata and controls

43 lines (34 loc) · 952 Bytes
title default::(type_name)::GetType Method | Microsoft Docs
ms.custom
ms.date 12/30/2016
ms.technology cpp-windows
ms.reviewer
ms.suite
ms.tgt_pltfrm
ms.topic language-reference
f1_keywords
VCCORLIB/Platform::Object::GetType
dev_langs
C++
ms.assetid 21d0bf92-fac4-48cd-9108-c6f57ba1196a
caps.latest.revision 5
author ghogen
ms.author ghogen
manager ghogen

default::(type_name)::GetType Method

Returns a Platform::Type^ that represents the current type.

Syntax

  
Platform::Type^ GetType()  

Return Value

A Platform::Type^ object that represents the current object.

Requirements

Minimum supported client: Windows 8

Minimum supported server: Windows Server 2012

Namespace: default

Header: vccorlib.h

See Also

default namespace