C# Класс VsTeXProject.VisualStudio.Project.DataCacheEntry

Наследование: IDisposable
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
DataCacheEntry System
Dispose void

Открытые методы

Метод Описание
Dispose ( ) : void

The IDispose interface Dispose method for disposing the object determinastically.

Приватные методы

Метод Описание
DataCacheEntry ( FORMATETC fmt, IntPtr data, DATADIR dir ) : System

The IntPtr is data allocated that should be removed. It is allocated by the ProcessSelectionData method.

Dispose ( bool disposing ) : void

The method that does the cleanup.

Описание методов

Dispose() публичный Метод

The IDispose interface Dispose method for disposing the object determinastically.
public Dispose ( ) : void
Результат void