Copyright © 2006-2019 MultiMedia Soft

Dispose method

Previous pageReturn to chapter overviewNext page

Remarks

 

Disposes all of the resources allocated by the API. A call to this method is recommended before exiting the container application.

 

 

Syntax

 

[Visual Basic]

Public Sub Dispose (

)


 

[C#]

public void Dispose (

);


 

[C++]

public: void Dispose (

);