Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 735 Bytes

default-type-name-gettype-method.md

File metadata and controls

34 lines (22 loc) · 735 Bytes
description title ms.date f1_keywords ms.assetid
Learn more about: default::(type_name)::GetType Method
default::(type_name)::GetType Method
12/30/2016
VCCORLIB/Platform::Object::GetType
21d0bf92-fac4-48cd-9108-c6f57ba1196a

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