Microsoft.VisualStudio.Project.DataCacheEntry.DataCacheEntry C# (CSharp) Method

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
        public DataCacheEntry(FORMATETC fmt, SafeGlobalAllocHandle data, DATADIR dir)
        {
            this.format = fmt;
            this.data = data;
            this.dataDir = dir;
        }