DisposableWrapper Class

Visual Basic
Public abstract Class DisposableWrapper
Inherits MarshalByRefObject
Inherits IDisposable
C#
public abstract class DisposableWrapper : MarshalByRefObject, IDisposable;
Description

 

This class implements the IDisposable interface and is the common base class for all ObjectARX managed wrapper classes. It provides the wrapper that creates a managed object from an unmanaged ObjectARX pointer. It also provides access to a wrapper object's underlying unmanaged pointer.

Links