CoronaLabs.WinRT Namespace |
Class | Description | |
---|---|---|
![]() | BoxedString | 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. |
![]() | CancelEventArgs | Provides a flag indicating if the event's associated operation should be canceled. |
![]() | EmptyEventArgs | Event arguments class to be used by component class events that do not provide any arguments. |
![]() | HandledEventArgs |
Event arguments providing a flag indicating whether or not an event handler has handled the raised event.
|
![]() | ImmutableByteBuffer | Stores a static collection of bytes which cannot be changed. |
![]() | MessageEventArgs | Provides a message for an event. |
![]() | OperationResult | Indicates if an operation has succeeded or failed. |
![]() | Utf8String | Represents a UTF-8 encoded string. |
Interface | Description | |
---|---|---|
![]() | IOperationResult | Indicates if an operation has succeeded or failed. |