Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 1.3 KB

File metadata and controls

53 lines (42 loc) · 1.3 KB
title Platform::IDisposable Interface | Microsoft Docs
ms.custom
ms.date 02/03/2017
ms.prod windows-client-threshold
ms.technology
ms.reviewer
ms.suite
ms.tgt_pltfrm
ms.topic language-reference
f1_keywords
VCCORLIB/Platform::IDisposable
dev_langs
C++
helpviewer_keywords
Platform::IDisposable Interface
ms.assetid f4344056-7030-42ed-bc98-b140edffddcd
caps.latest.revision 4
author ghogen
ms.author ghogen
manager ghogen

Platform::IDisposable Interface

Used to release unmanaged resources.

Syntax

public interface class IDisposable  

Attributes

GuidAttribute("de0cbaea-8065-4a45-b196-c9d443f9bab3")

VersionAttribute(NTDDI_WIN8)

Members

The IDisposable interface inherits from the IUnknown interface. IDisposable also has the following types of members:

Methods

The IDisposable interface has the following methods.

Method Description
Dispose Used to release unmanaged resources.

Requirements

Minimum supported client: [!INCLUDEwin8]

Minimum supported server: [!INCLUDEwinserver8]

Namespace: Platform