Initializing help system before first use

Dispose Method

Closes down Mosel, deallocating all models and resources. By default this will happen when the XPRM object is garbage-collected, but you can invoke the method explicitly if you want to control when Mosel is unloaded. Note that you must call Dispose() on every object returned by XPRM.Init() if you want to guarantee that the license is released.

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 4.8.0.0
Syntax
C#
public void Dispose()

Implements

IDisposableDispose
See Also