IslandTypeFlags
Overview
Type info flags for Island classes.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
Value | Description |
---|---|
Array | This type is an array. |
Class | This type is a class. |
CocoaClass | This type is a Cocoa class. |
Com | |
ComInterface | this type is a COM interface. |
Delegate | This type is a delegate. |
Enum | This type is an enum (can be combined with enumFlags) |
EnumFlags | This enum has flags. |
Extension | This type is an extension type. |
Generic | This type has generic parameters. |
Interface | This type is an interface |
MemberInfoPresent | this type has memberinfo. |
OpenGeneric | |
Pointer | this type is a pointer. |
Set | Ths type is a set. |
Struct | This type is a struct. |
SwiftClass | This type is a swift class. |
TypeKindMask | Mask to apply to Flags to get the exact type without optional flags. |