Destructor for the Services class. Calls the
UnInit() method for the object that is about to be destroyed.
Namespace: Teigha.Runtime
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
 
public:
virtual void Dispose() sealed
 
abstract Dispose : unit -> unit 
override Dispose : unit -> unit 
 
 
 
Implements
IDisposableDispose
 
See Also