C# Class Accord.Imaging.MemoryManager.CacheBlock

ファイルを表示 Open project: accord-net/framework

Public Properties

Property Type Description
Free bool
MemoryBlock System.IntPtr
Size int

Public Methods

Method Description
CacheBlock ( IntPtr memoryBlock, int size ) : System

Method Details

CacheBlock() public method

public CacheBlock ( IntPtr memoryBlock, int size ) : System
memoryBlock System.IntPtr
size int
return System

Property Details

Free public_oe property

public bool Free
return bool

MemoryBlock public_oe property

public IntPtr,System MemoryBlock
return System.IntPtr

Size public_oe property

public int Size
return int