Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 952 Bytes

default-type-name-gettype-method.md

File metadata and controls

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