Click or drag to resize
CoronaRuntime Constructor
Creates a new Corona runtime with the given interop settings.

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public CoronaRuntime(
	CoronaInteropSettings settings
)

Parameters

settings
Type: CoronaInteropSettings

Provides cross-platform and cross-language feature implementations to the C/C++ side of Corona.

Also provides an optional reference to the Corona control that the runtime will be rendering to.

All other settings in the given object must be set or else an exception will be thrown

See Also