Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 985 Bytes

platform-idisposable-interface.md

File metadata and controls

44 lines (29 loc) · 985 Bytes
description title ms.date ms.topic f1_keywords helpviewer_keywords ms.assetid
Learn more about: Platform::IDisposable Interface
Platform::IDisposable Interface
02/03/2017
reference
VCCORLIB/Platform::IDisposable
Platform::IDisposable Interface
f4344056-7030-42ed-bc98-b140edffddcd

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: Windows 8

Minimum supported server: Windows Server 2012

Namespace: Platform