Trace(IntPtr, Boolean) Constructor
|
Constructor for the AbstractViewTable
class.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
protected Trace(
IntPtr unmanagedObjPtr,
bool autoDelete
)
Protected Sub New (
unmanagedObjPtr As IntPtr,
autoDelete As Boolean
)
protected:
Trace(
IntPtr unmanagedObjPtr,
bool autoDelete
)
new :
unmanagedObjPtr : IntPtr *
autoDelete : bool -> Trace
Parameters
- unmanagedObjPtr IntPtr
- [in] Unmanaged pointer to the object from which this object is
created.
- autoDelete Boolean
- [in] Flag that specifies whether the object should be
automatically deleted by the Garbage Collector.
See Also