CVB.Net 15.0
Loading...
Searching...
No Matches

Base class for all converter. More...

Inherits INativeHandle.

Inherited by JpegConverter, and .

Public Member Functions

void Dispose ()
 IDisposable implementation.
 

Protected Member Functions

virtual void Dispose (bool disposing)
 IDisposable helper function.
 

Properties

IntPtr Handle [get]
 Native handle.
 
bool IsDisposed [get]
 Gets if the native handle has been disposed.
 

Events

NativeHandleEventDelegate ObjectDisposing
 Raised when this object is about to be disposed via the IDisposable.Dispose method.
 
- Events inherited from INativeHandle
NativeHandleEventDelegate ObjectDisposing
 Raised when this object is about to be disposed via the IDisposable.Dispose method.
 

Detailed Description

Base class for all converter.

Member Function Documentation

◆ Dispose()

virtual void Dispose ( bool disposing)
protectedvirtual

IDisposable helper function.

Parameters
disposing

Event Documentation

◆ ObjectDisposing

NativeHandleEventDelegate ObjectDisposing

Raised when this object is about to be disposed via the IDisposable.Dispose method.

This event is raised right before this object is disposed. The dispose itself cannot be canceled.