Share

DisposableWrapper Class

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.

Class Hierarchy

Autodesk.AutoCAD.Runtime.DisposableWrapper
    Autodesk.AutoCAD.Runtime.PointCloudExtractor
    Autodesk.AutoCAD.Runtime.ProfileCurve2d
    Autodesk.AutoCAD.Runtime.ProgressMeter
    Autodesk.AutoCAD.Runtime.RXObject
    Autodesk.AutoCAD.Runtime.SystemVariableEnumerator
    Autodesk.AutoCAD.Runtime.Variable
    Autodesk.AutoCAD.Runtime.Variable.RangeInfo
    Autodesk.AutoCAD.Runtime.Variables

Visual Basic

Public abstract Class DisposableWrapper
Inherits MarshalByRefObject
Inherits IDisposable

C#

public abstract class DisposableWrapper : MarshalByRefObject, IDisposable;

Links

DisposableWrapper Constructor, DisposableWrapper Methods, DisposableWrapper Operators, DisposableWrapper Properties

Was this information helpful?