Global
Location
- Reference: libToffee.fx
- Namespace: RemObjects.Elements.System
Methods
Parameters:
- x:
Parameters:
- x:
Parameters:
- x:
CocoaPlatform
class method CocoaPlatform CocoaPlatform(): NSString
static NSString CocoaPlatform CocoaPlatform( )
static func CocoaPlatform(CocoaPlatform ) -> NSString
static NSString CocoaPlatform CocoaPlatform( )
Shared Function CocoaPlatform CocoaPlatform( As ) As NSString
Parameters:
- :
CocoaPlatformIs
class method CocoaPlatformIs(s: NSString): Boolean
static Boolean CocoaPlatformIs(NSString s)
static func CocoaPlatformIs(_ s: NSString) -> Boolean
static Boolean CocoaPlatformIs(NSString s)
Shared Function CocoaPlatformIs(s As NSString) As Boolean
Parameters:
- s:
CocoaVersion
class method CocoaVersion CocoaVersion(): array [0..2] of Int32
static array [0..2] of Int32 CocoaVersion CocoaVersion( )
static func CocoaVersion(CocoaVersion ) -> array [0..2] of Int32
static array [0..2] of Int32 CocoaVersion CocoaVersion( )
Shared Function CocoaVersion CocoaVersion( As ) As array [0..2] of Int32
Parameters:
- :
CocoaVersionAtLeast
Parameters:
- aMaj:
- aMin:
- aRev:
CocoaVersionString
class method CocoaVersionString CocoaVersionString(): NSString
static NSString CocoaVersionString CocoaVersionString( )
static func CocoaVersionString(CocoaVersionString ) -> NSString
static NSString CocoaVersionString CocoaVersionString( )
Shared Function CocoaVersionString CocoaVersionString( As ) As NSString
Parameters:
- :
GetAttributesForEvent
class method GetAttributesForEvent(aClass: Class; aIndexInList: Int32; aTypeFilter: Class): NSArray<__ElementsAttribute>
static NSArray<__ElementsAttribute> GetAttributesForEvent(Class aClass, Int32 aIndexInList, Class aTypeFilter)
static func GetAttributesForEvent(_ aClass: Class, _ aIndexInList: Int32, _ aTypeFilter: Class) -> NSArray<__ElementsAttribute>
static NSArray<__ElementsAttribute> GetAttributesForEvent(Class aClass, Int32 aIndexInList, Class aTypeFilter)
Shared Function GetAttributesForEvent(aClass As Class, aIndexInList As Int32, aTypeFilter As Class) As NSArray<__ElementsAttribute>
Parameters:
- aClass:
- aIndexInList:
- aTypeFilter:
GetAttributesForField
class method GetAttributesForField(aClass: Class; aIndexInList: Int32; aTypeFilter: Class): NSArray<__ElementsAttribute>
static NSArray<__ElementsAttribute> GetAttributesForField(Class aClass, Int32 aIndexInList, Class aTypeFilter)
static func GetAttributesForField(_ aClass: Class, _ aIndexInList: Int32, _ aTypeFilter: Class) -> NSArray<__ElementsAttribute>
static NSArray<__ElementsAttribute> GetAttributesForField(Class aClass, Int32 aIndexInList, Class aTypeFilter)
Shared Function GetAttributesForField(aClass As Class, aIndexInList As Int32, aTypeFilter As Class) As NSArray<__ElementsAttribute>
Parameters:
- aClass:
- aIndexInList:
- aTypeFilter:
GetAttributesForFunction
class method GetAttributesForFunction(aMethod: ^void; aTypeFilter: Class): NSArray<__ElementsAttribute>
static NSArray<__ElementsAttribute> GetAttributesForFunction(void* aMethod, Class aTypeFilter)
static func GetAttributesForFunction(_ aMethod: UnsafeMutablePointer<void>, _ aTypeFilter: Class) -> NSArray<__ElementsAttribute>
static NSArray<__ElementsAttribute> GetAttributesForFunction(void* aMethod, Class aTypeFilter)
Shared Function GetAttributesForFunction(aMethod As Ptr(Of Void), aTypeFilter As Class) As NSArray<__ElementsAttribute>
Parameters:
- aMethod:
- aTypeFilter:
GetAttributesForFunctionParameter
class method GetAttributesForFunctionParameter(aMethod: ^void; aTypeFilter: Class; aIndex: Int32): NSArray<__ElementsAttribute>
static NSArray<__ElementsAttribute> GetAttributesForFunctionParameter(void* aMethod, Class aTypeFilter, Int32 aIndex)
static func GetAttributesForFunctionParameter(_ aMethod: UnsafeMutablePointer<void>, _ aTypeFilter: Class, _ aIndex: Int32) -> NSArray<__ElementsAttribute>
static NSArray<__ElementsAttribute> GetAttributesForFunctionParameter(void* aMethod, Class aTypeFilter, Int32 aIndex)
Shared Function GetAttributesForFunctionParameter(aMethod As Ptr(Of Void), aTypeFilter As Class, aIndex As Int32) As NSArray<__ElementsAttribute>
Parameters:
- aMethod:
- aTypeFilter:
- aIndex:
GetAttributesForFunctionResult
class method GetAttributesForFunctionResult(aMethod: ^void; aTypeFilter: Class): NSArray<__ElementsAttribute>
static NSArray<__ElementsAttribute> GetAttributesForFunctionResult(void* aMethod, Class aTypeFilter)
static func GetAttributesForFunctionResult(_ aMethod: UnsafeMutablePointer<void>, _ aTypeFilter: Class) -> NSArray<__ElementsAttribute>
static NSArray<__ElementsAttribute> GetAttributesForFunctionResult(void* aMethod, Class aTypeFilter)
Shared Function GetAttributesForFunctionResult(aMethod As Ptr(Of Void), aTypeFilter As Class) As NSArray<__ElementsAttribute>
Parameters:
- aMethod:
- aTypeFilter:
GetAttributesForMethod
class method GetAttributesForMethod(aClass: Class; aInstance: Boolean; aSel: SEL; aTypeFilter: Class): NSArray<__ElementsAttribute>
static NSArray<__ElementsAttribute> GetAttributesForMethod(Class aClass, Boolean aInstance, SEL aSel, Class aTypeFilter)
static func GetAttributesForMethod(_ aClass: Class, _ aInstance: Boolean, _ aSel: SEL, _ aTypeFilter: Class) -> NSArray<__ElementsAttribute>
static NSArray<__ElementsAttribute> GetAttributesForMethod(Class aClass, Boolean aInstance, SEL aSel, Class aTypeFilter)
Shared Function GetAttributesForMethod(aClass As Class, aInstance As Boolean, aSel As SEL, aTypeFilter As Class) As NSArray<__ElementsAttribute>
Parameters:
- aClass:
- aInstance:
- aSel:
- aTypeFilter:
GetAttributesForMethodParameter
class method GetAttributesForMethodParameter(aClass: Class; aInstance: Boolean; aSel: SEL; aTypeFilter: Class; aIndex: Int32): NSArray<__ElementsAttribute>
static NSArray<__ElementsAttribute> GetAttributesForMethodParameter(Class aClass, Boolean aInstance, SEL aSel, Class aTypeFilter, Int32 aIndex)
static func GetAttributesForMethodParameter(_ aClass: Class, _ aInstance: Boolean, _ aSel: SEL, _ aTypeFilter: Class, _ aIndex: Int32) -> NSArray<__ElementsAttribute>
Parameters:
- aClass:
- aInstance:
- aSel:
- aTypeFilter:
- aIndex:
GetAttributesForMethodResult
class method GetAttributesForMethodResult(aClass: Class; aInstance: Boolean; aSel: SEL; aTypeFilter: Class): NSArray<__ElementsAttribute>
static NSArray<__ElementsAttribute> GetAttributesForMethodResult(Class aClass, Boolean aInstance, SEL aSel, Class aTypeFilter)
static func GetAttributesForMethodResult(_ aClass: Class, _ aInstance: Boolean, _ aSel: SEL, _ aTypeFilter: Class) -> NSArray<__ElementsAttribute>
static NSArray<__ElementsAttribute> GetAttributesForMethodResult(Class aClass, Boolean aInstance, SEL aSel, Class aTypeFilter)
Shared Function GetAttributesForMethodResult(aClass As Class, aInstance As Boolean, aSel As SEL, aTypeFilter As Class) As NSArray<__ElementsAttribute>
Parameters:
- aClass:
- aInstance:
- aSel:
- aTypeFilter:
GetAttributesForProperty
class method GetAttributesForProperty(aClass: Class; aIndexInList: Int32; aTypeFilter: Class): NSArray<__ElementsAttribute>
static NSArray<__ElementsAttribute> GetAttributesForProperty(Class aClass, Int32 aIndexInList, Class aTypeFilter)
static func GetAttributesForProperty(_ aClass: Class, _ aIndexInList: Int32, _ aTypeFilter: Class) -> NSArray<__ElementsAttribute>
static NSArray<__ElementsAttribute> GetAttributesForProperty(Class aClass, Int32 aIndexInList, Class aTypeFilter)
Shared Function GetAttributesForProperty(aClass As Class, aIndexInList As Int32, aTypeFilter As Class) As NSArray<__ElementsAttribute>
Parameters:
- aClass:
- aIndexInList:
- aTypeFilter:
GetAttributesForStaticField
class method GetAttributesForStaticField(aClass: Class; aIndexInList: Int32; aTypeFilter: Class): NSArray<__ElementsAttribute>
static NSArray<__ElementsAttribute> GetAttributesForStaticField(Class aClass, Int32 aIndexInList, Class aTypeFilter)
static func GetAttributesForStaticField(_ aClass: Class, _ aIndexInList: Int32, _ aTypeFilter: Class) -> NSArray<__ElementsAttribute>
static NSArray<__ElementsAttribute> GetAttributesForStaticField(Class aClass, Int32 aIndexInList, Class aTypeFilter)
Shared Function GetAttributesForStaticField(aClass As Class, aIndexInList As Int32, aTypeFilter As Class) As NSArray<__ElementsAttribute>
Parameters:
- aClass:
- aIndexInList:
- aTypeFilter:
GetAttributesForType
class method GetAttributesForType(aClass: Class; aTypeFilter: Class): NSArray<__ElementsAttribute>
static NSArray<__ElementsAttribute> GetAttributesForType(Class aClass, Class aTypeFilter)
static func GetAttributesForType(_ aClass: Class, _ aTypeFilter: Class) -> NSArray<__ElementsAttribute>
static NSArray<__ElementsAttribute> GetAttributesForType(Class aClass, Class aTypeFilter)
Shared Function GetAttributesForType(aClass As Class, aTypeFilter As Class) As NSArray<__ElementsAttribute>
Parameters:
- aClass:
- aTypeFilter:
GetClassMetadata
class method GetClassMetadata(aClass: Class): ^ElementsTypeMetadata
static ElementsTypeMetadata* GetClassMetadata(Class aClass)
static func GetClassMetadata(_ aClass: Class) -> UnsafeMutablePointer<ElementsTypeMetadata>
static ElementsTypeMetadata* GetClassMetadata(Class aClass)
Shared Function GetClassMetadata(aClass As Class) As Ptr(Of ElementsTypeMetadata)
Parameters:
- aClass:
htonl
Parameters:
- n:
htons
Parameters:
- n:
Parameters:
- x:
- y:
Parameters:
- x:
- y:
Parameters:
- x:
- y:
Parameters:
- x:
- y:
Parameters:
- x:
- y:
Parameters:
- x:
- y:
Parameters:
- x:
- y:
Parameters:
- x:
- y:
Parameters:
- x:
- y:
Parameters:
- x:
- y:
Parameters:
- x:
- y:
Parameters:
- x:
- y:
Parameters:
- x:
- y:
Parameters:
- x:
- y:
Parameters:
- x:
- y:
Parameters:
- x:
- y:
Parameters:
- x:
- y:
Parameters:
- x:
- y:
Parameters:
- x:
- y:
Parameters:
- x:
- y:
NSLocalizedString (NSString, NSString): NSString
class method NSLocalizedString(aKey: NSString; aIgnoredComment: NSString): NSString
static NSString NSLocalizedString(NSString aKey, NSString aIgnoredComment)
static func NSLocalizedString(_ aKey: NSString, _ aIgnoredComment: NSString) -> NSString
static NSString NSLocalizedString(NSString aKey, NSString aIgnoredComment)
Shared Function NSLocalizedString(aKey As NSString, aIgnoredComment As NSString) As NSString
Parameters:
- aKey:
- aIgnoredComment:
NSLocalizedString key(NSString) comment(NSString): NSString
class method NSLocalizedString key(aKey: NSString) comment(aIgnoredComment: NSString): NSString
static NSString NSLocalizedString key(NSString aKey) comment(NSString aIgnoredComment)
static func NSLocalizedString(key aKey: NSString, comment aIgnoredComment: NSString) -> NSString
static NSString NSLocalizedString key(NSString aKey) comment(NSString aIgnoredComment)
Shared Function NSLocalizedString key(aKey As NSString) comment(aIgnoredComment As NSString) As NSString
Parameters:
- aKey:
- aIgnoredComment:
NSLocalizedStringFromTable
class method NSLocalizedStringFromTable(aKey: NSString; aTable: NSString; aIgnoredComment: NSString): NSString
static NSString NSLocalizedStringFromTable(NSString aKey, NSString aTable, NSString aIgnoredComment)
static func NSLocalizedStringFromTable(_ aKey: NSString, _ aTable: NSString, _ aIgnoredComment: NSString) -> NSString
static NSString NSLocalizedStringFromTable(NSString aKey, NSString aTable, NSString aIgnoredComment)
Shared Function NSLocalizedStringFromTable(aKey As NSString, aTable As NSString, aIgnoredComment As NSString) As NSString
Parameters:
- aKey:
- aTable:
- aIgnoredComment:
NSLocalizedStringFromTableInBundle
class method NSLocalizedStringFromTableInBundle(aKey: NSString; aTable: NSString; aBundle: NSBundle; aIgnoredComment: NSString): NSString
static NSString NSLocalizedStringFromTableInBundle(NSString aKey, NSString aTable, NSBundle aBundle, NSString aIgnoredComment)
static func NSLocalizedStringFromTableInBundle(_ aKey: NSString, _ aTable: NSString, _ aBundle: NSBundle, _ aIgnoredComment: NSString) -> NSString
static NSString NSLocalizedStringFromTableInBundle(NSString aKey, NSString aTable, NSBundle aBundle, NSString aIgnoredComment)
Shared Function NSLocalizedStringFromTableInBundle(aKey As NSString, aTable As NSString, aBundle As NSBundle, aIgnoredComment As NSString) As NSString
Parameters:
- aKey:
- aTable:
- aBundle:
- aIgnoredComment:
NSLocalizedStringWithDefaultValue
class method NSLocalizedStringWithDefaultValue(aKey: NSString; aTable: NSString; aBundle: NSBundle; aDefaultValue: NSString; aIgnoredComment: NSString): NSString
static NSString NSLocalizedStringWithDefaultValue(NSString aKey, NSString aTable, NSBundle aBundle, NSString aDefaultValue, NSString aIgnoredComment)
static func NSLocalizedStringWithDefaultValue(_ aKey: NSString, _ aTable: NSString, _ aBundle: NSBundle, _ aDefaultValue: NSString, _ aIgnoredComment: NSString) -> NSString
static NSString NSLocalizedStringWithDefaultValue(NSString aKey, NSString aTable, NSBundle aBundle, NSString aDefaultValue, NSString aIgnoredComment)
Shared Function NSLocalizedStringWithDefaultValue(aKey As NSString, aTable As NSString, aBundle As NSBundle, aDefaultValue As NSString, aIgnoredComment As NSString) As NSString
Parameters:
- aKey:
- aTable:
- aBundle:
- aDefaultValue:
- aIgnoredComment:
ntohl
Parameters:
- n:
ntohs
Parameters:
- n: