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

상속: IDisposable
파일 보기 프로젝트 열기: tunnelvisionlabs/MPFProj10 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void

The method that does the cleanup.

메소드 상세

DataCacheEntry() 공개 메소드

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
리턴 System

Dispose() 공개 메소드

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