Click or drag to resize
CoronaLabs.WinRT Namespace
This namespace provides common classes used by the Corona Framework for Microsoft's WinRT platform, such as for Windows Phone and Windows Store applications.
Classes
  ClassDescription
Public classBoxedString

Nullable type used to store a string object.

This is needed because the C++/CX String class is not a nullable type, where setting it to null makes it an empty string instead.

Instances of this type are immutable.

Public classCancelEventArgs
Provides a flag indicating if the event's associated operation should be canceled.
Public classEmptyEventArgs
Event arguments class to be used by component class events that do not provide any arguments.
Public classHandledEventArgs
Event arguments providing a flag indicating whether or not an event handler has handled the raised event.
Public classImmutableByteBuffer
Stores a static collection of bytes which cannot be changed.
Public classMessageEventArgs
Provides a message for an event.
Public classOperationResult
Indicates if an operation has succeeded or failed.
Public classUtf8String
Represents a UTF-8 encoded string.
Interfaces
  InterfaceDescription
Public interfaceIOperationResult
Indicates if an operation has succeeded or failed.