C# Class VsTeXProject.VisualStudio.Project.DataCacheEntry

Inheritance: IDisposable
Exibir arquivo Open project: mimura1133/vstex

Private Properties

Property Type Description
DataCacheEntry System
Dispose void

Public Methods

Method Description
Dispose ( ) : void

The IDispose interface Dispose method for disposing the object determinastically.

Private Methods

Method Description
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.

Method Details

Dispose() public method

The IDispose interface Dispose method for disposing the object determinastically.
public Dispose ( ) : void
return void