| title |
auto_handle Class | Microsoft Docs |
| ms.custom |
|
| ms.date |
11/04/2016 |
| ms.reviewer |
|
| ms.suite |
|
| ms.technology |
|
| ms.tgt_pltfrm |
|
| ms.topic |
reference |
| f1_keywords |
auto_handle, msclr::auto_handle |
msclr.auto_handle |
|
| dev_langs |
|
| helpviewer_keywords |
|
| 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 |
|
Automatic resource management which can be used to embed a virtual handle into a managed type.
template<typename _element_type>
ref class auto_handle;
_element_type
The managed type to be embedded.
Header file <msclr\auto_handle.h>
Namespace msclr
auto_handle
auto_handle Members
auto_gcroot Class