Skip to content

Latest commit

 

History

History
50 lines (47 loc) · 1.1 KB

File metadata and controls

50 lines (47 loc) · 1.1 KB
title Resource Management Classes | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic reference
dev_langs
C++
helpviewer_keywords
resource management
managed classes, resource management
classes [C++], resource management
resource management, C++ classes
resources [C++], management
ms.assetid 1040e813-f1cd-4b13-83b6-d329f8e75d2e
caps.latest.revision 4
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

Resource Management Classes

These classes provide automatic management of managed classes.

In This Section

auto_gcroot Embeds a virtual handle in a native type.
auto_handle Embeds a virtual handle in a managed type.

See Also

C++ Support Library