C# Class Microsoft.VisualStudio.Project.DataCacheEntry

Inheritance: IDisposable
Mostra file Open project: tunnelvisionlabs/MPFProj10 Class Usage Examples

Public Methods

Method Description
DataCacheEntry ( FORMATETC fmt, SafeGlobalAllocHandle data, DATADIR dir ) : System

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

Dispose ( ) : void

The IDispose interface Dispose method for disposing the object deterministically.

Private Methods

Method Description
Dispose ( bool disposing ) : void

The method that does the cleanup.

Method Details

DataCacheEntry() public method

The IntPtr is data allocated that should be removed. It is allocated by the ProcessSelectionData method.
public DataCacheEntry ( FORMATETC fmt, SafeGlobalAllocHandle data, DATADIR dir ) : System
fmt FORMATETC
data SafeGlobalAllocHandle
dir DATADIR
return System

Dispose() public method

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