C# 클래스 VsTeXProject.VisualStudio.Project.DataCacheEntry

상속: IDisposable
파일 보기 프로젝트 열기: mimura1133/vstex

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