Click or drag to resize
CoronaRuntimeRunUsing Method

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.

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public IOperationResult RunUsing(
	CoronaRuntimeLaunchSettings settings
)

Parameters

settings
Type: CoronaLabs.Corona.WinRTCoronaRuntimeLaunchSettings

Settings which allow you to customize the Corona runtime environment such as directory paths, which file to launch on startup.

Cannot be null or else an exception will be thrown.

Return Value

Type: IOperationResult

Returns a success result if the Corona runtime was able to start up.

Returns a failure result if unable to start. In this case, the result object's "Message" property will provide an error message indicating why the failure occurred.

See Also