Runtime.Shutdown Method
Releases shared data and resources that Carmenta Engine has allocated.
Shutdown()
Releases shared data and resources that Carmenta Engine has allocated.Syntax
public static void Shutdown ()
Remarks
Due to how Android handles termination of processes, Shutdown should never be called in an Android Java application.
This method should be called before a process exits to release all shared data and resources that Carmenta Engine has allocated.
Third-party profiling tools might report report memory leaks if this method is not called before a process that uses Carmenta Engine exits.
Platforms
Windows, Linux, Android