Releases resources used by an AmosEngine object. Only one instance of the AmosEngine class can exist at a time, so it is essential that the resources used by one instance be released before another instance is created.
Syntax
object.Dispose ()
The Dispose method syntax has the following parts:
Part |
Description |
object |
An object of type AmosEngine. |
Placement: [3].