Skip to content

Latest commit

 

History

History
60 lines (54 loc) · 1.17 KB

File metadata and controls

60 lines (54 loc) · 1.17 KB
title auto_handle Class | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic reference
f1_keywords
auto_handle, msclr::auto_handle
msclr.auto_handle
dev_langs
C++
helpviewer_keywords
auto_handle class
ms.assetid a65604d1-ecbb-44fd-ae2f-696ddeeed9d6
caps.latest.revision 6
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

auto_handle Class

Automatic resource management which can be used to embed a virtual handle into a managed type.

Syntax

template<typename _element_type>  
ref class auto_handle;  

Parameters

_element_type
The managed type to be embedded.

Requirements

Header file <msclr\auto_handle.h>

Namespace msclr

See Also

auto_handle
auto_handle Members
auto_gcroot Class