C# Class VsTeXProject.VisualStudio.Project.DataCacheEntry

Inheritance: IDisposable
Afficher le fichier Open project: mimura1133/vstex

Private Properties

Свойство Type Description
DataCacheEntry System
Dispose void

Méthodes publiques

Méthode Description
Dispose ( ) : void

The IDispose interface Dispose method for disposing the object determinastically.

Private Methods

Méthode 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 méthode

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