Свойство | Тип | Описание | |
---|---|---|---|
dataHandle |
Метод | Описание | |
---|---|---|
Dispose ( ) : void |
Releases the resources
|
|
ThrowIfDisposed ( ) : void |
If this object is disposed, then ObjectDisposedException is thrown.
|
Метод | Описание | |
---|---|---|
AllocGCHandle ( object obj ) : |
Pins the object to be allocated by cvSetData.
|
|
AllocMemory ( int size ) : |
Allocates the specified size of memory.
|
|
DisposableObject ( ) : System |
Default constructor
|
|
DisposableObject ( bool isEnabledDispose ) : System |
Constructor
|
|
Dispose ( bool disposing ) : void |
Releases the resources
|
|
NotifyMemoryPressure ( long size ) : void |
Notifies the allocated size of memory.
|
protected AllocGCHandle ( object obj ) : |
||
obj | object | |
Результат |
protected AllocMemory ( int size ) : |
||
size | int | |
Результат |
protected DisposableObject ( bool isEnabledDispose ) : System | ||
isEnabledDispose | bool | true if you permit disposing this class by GC |
Результат | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | /// If disposing equals true, the method has been called directly or indirectly by a user's code. Managed and unmanaged resources can be disposed. /// If false, the method has been called by the runtime from inside the finalizer and you should not reference other objects. Only unmanaged resources can be disposed. /// |
Результат | void |
protected NotifyMemoryPressure ( long size ) : void | ||
size | long | |
Результат | void |