Click or drag to resize
CoronaRuntimeEnvironmentInteropServices Property

Provides cross-platform and cross-language access to features to the C/C++ side of Corona.

This property is not intended for public use.

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public InteropServices InteropServices { get; }

Property Value

Type: InteropServices
Interop layer providing access to features between languages such as C++/CX and .NET. Also provides access to different feature implementation between the Windows Phone 8.0 and Windows Store Universal app platforms.
See Also