CoronaRuntime Methods |
The CoronaRuntime type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Resume | Resumes the runtime, if currently suspended. This will raise an "applicationResume" system event in Lua. |
![]() | Run | Starts executing the "resource.car" or "main.lua" file found under the default resource directory specified by the DefaultResourceDirectoryPath property. If the runtime is currently executing a Corona project, then it will be terminated before running a new one. |
![]() | Run(String) | Starts the Corona runtime by executing the given *.lua or *.car file. If the runtime is currently executing a Corona project, then it will be terminated before running a new one. |
![]() | RunInDirectory | Starts the Corona runtime by using the given path as the resource directory and executing the "resource.car" or "main.lua" file found it it. If the runtime is currently executing a Corona project, then it will be terminated before running a new one. |
![]() | RunUsing | Starts the Corona runtime using the given launch settings. If the runtime is currently executing a Corona project, then it will be terminated before running a new one. |
![]() | Suspend | Suspends/pauses the runtime, if currently running. This will raise an "applicationSuspend" system event in Lua. |
![]() | Terminate | Exits and destroys the runtime, if not done already. This will raise an "applicationExit" system event in Lua. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |