Global

Location

Methods


ABS (Double): Double

 

class method ABS(x: Double): Double

 

static Double ABS(Double x)

 

static func ABS(_ x: Double) -> Double

 

static Double ABS(Double x)

 

Shared Function ABS(x As Double) As Double

Parameters:

  • x:

ABS (Int32): Int32

 

class method ABS(x: Int32): Int32

 

static Int32 ABS(Int32 x)

 

static func ABS(_ x: Int32) -> Int32

 

static Int32 ABS(Int32 x)

 

Shared Function ABS(x As Int32) As Int32

Parameters:

  • x:

ABS (Int64): Int64

 

class method ABS(x: Int64): Int64

 

static Int64 ABS(Int64 x)

 

static func ABS(_ x: Int64) -> Int64

 

static Int64 ABS(Int64 x)

 

Shared Function ABS(x As Int64) As Int64

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

 

class method CocoaVersionAtLeast(aMaj: Int32; aMin: Int32; aRev: Int32): Boolean

 

static Boolean CocoaVersionAtLeast(Int32 aMaj, Int32 aMin, Int32 aRev)

 

static func CocoaVersionAtLeast(_ aMaj: Int32, _ aMin: Int32, _ aRev: Int32) -> Boolean

 

static Boolean CocoaVersionAtLeast(Int32 aMaj, Int32 aMin, Int32 aRev)

 

Shared Function CocoaVersionAtLeast(aMaj As Int32, aMin As Int32, aRev As Int32) As Boolean

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>

 

static NSArray<__ElementsAttribute> GetAttributesForMethodParameter(Class aClass, Boolean aInstance, SEL aSel, Class aTypeFilter, Int32 aIndex)

 

Shared Function GetAttributesForMethodParameter(aClass As Class, aInstance As Boolean, aSel As SEL, aTypeFilter As Class, aIndex As Int32) As 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

 

class method htonl(n: UInt32): UInt32

 

static UInt32 htonl(UInt32 n)

 

static func htonl(_ n: UInt32) -> UInt32

 

static UInt32 htonl(UInt32 n)

 

Shared Function htonl(n As UInt32) As UInt32

Parameters:

  • n:

htons

 

class method htons(n: UInt16): UInt16

 

static UInt16 htons(UInt16 n)

 

static func htons(_ n: UInt16) -> UInt16

 

static UInt16 htons(UInt16 n)

 

Shared Function htons(n As UInt16) As UInt16

Parameters:

  • n:

MAX (Double, Double): Double

 

class method MAX(x: Double; y: Double): Double

 

static Double MAX(Double x, Double y)

 

static func MAX(_ x: Double, _ y: Double) -> Double

 

static Double MAX(Double x, Double y)

 

Shared Function MAX(x As Double, y As Double) As Double

Parameters:

  • x:
  • y:

MAX (Int32, Int32): Int32

 

class method MAX(x: Int32; y: Int32): Int32

 

static Int32 MAX(Int32 x, Int32 y)

 

static func MAX(_ x: Int32, _ y: Int32) -> Int32

 

static Int32 MAX(Int32 x, Int32 y)

 

Shared Function MAX(x As Int32, y As Int32) As Int32

Parameters:

  • x:
  • y:

MAX (Int32, UInt32): UInt32

 

class method MAX(x: Int32; y: UInt32): UInt32

 

static UInt32 MAX(Int32 x, UInt32 y)

 

static func MAX(_ x: Int32, _ y: UInt32) -> UInt32

 

static UInt32 MAX(Int32 x, UInt32 y)

 

Shared Function MAX(x As Int32, y As UInt32) As UInt32

Parameters:

  • x:
  • y:

MAX (Int64, Int64): Int64

 

class method MAX(x: Int64; y: Int64): Int64

 

static Int64 MAX(Int64 x, Int64 y)

 

static func MAX(_ x: Int64, _ y: Int64) -> Int64

 

static Int64 MAX(Int64 x, Int64 y)

 

Shared Function MAX(x As Int64, y As Int64) As Int64

Parameters:

  • x:
  • y:

MAX (Int64, UInt64): UInt64

 

class method MAX(x: Int64; y: UInt64): UInt64

 

static UInt64 MAX(Int64 x, UInt64 y)

 

static func MAX(_ x: Int64, _ y: UInt64) -> UInt64

 

static UInt64 MAX(Int64 x, UInt64 y)

 

Shared Function MAX(x As Int64, y As UInt64) As UInt64

Parameters:

  • x:
  • y:

MAX (Single, Single): Single

 

class method MAX(x: Single; y: Single): Single

 

static Single MAX(Single x, Single y)

 

static func MAX(_ x: Single, _ y: Single) -> Single

 

static Single MAX(Single x, Single y)

 

Shared Function MAX(x As Single, y As Single) As Single

Parameters:

  • x:
  • y:

MAX (UInt32, Int32): UInt32

 

class method MAX(x: UInt32; y: Int32): UInt32

 

static UInt32 MAX(UInt32 x, Int32 y)

 

static func MAX(_ x: UInt32, _ y: Int32) -> UInt32

 

static UInt32 MAX(UInt32 x, Int32 y)

 

Shared Function MAX(x As UInt32, y As Int32) As UInt32

Parameters:

  • x:
  • y:

MAX (UInt32, UInt32): UInt32

 

class method MAX(x: UInt32; y: UInt32): UInt32

 

static UInt32 MAX(UInt32 x, UInt32 y)

 

static func MAX(_ x: UInt32, _ y: UInt32) -> UInt32

 

static UInt32 MAX(UInt32 x, UInt32 y)

 

Shared Function MAX(x As UInt32, y As UInt32) As UInt32

Parameters:

  • x:
  • y:

MAX (UInt64, Int64): UInt64

 

class method MAX(x: UInt64; y: Int64): UInt64

 

static UInt64 MAX(UInt64 x, Int64 y)

 

static func MAX(_ x: UInt64, _ y: Int64) -> UInt64

 

static UInt64 MAX(UInt64 x, Int64 y)

 

Shared Function MAX(x As UInt64, y As Int64) As UInt64

Parameters:

  • x:
  • y:

MAX (UInt64, UInt64): UInt64

 

class method MAX(x: UInt64; y: UInt64): UInt64

 

static UInt64 MAX(UInt64 x, UInt64 y)

 

static func MAX(_ x: UInt64, _ y: UInt64) -> UInt64

 

static UInt64 MAX(UInt64 x, UInt64 y)

 

Shared Function MAX(x As UInt64, y As UInt64) As UInt64

Parameters:

  • x:
  • y:

MIN (Double, Double): Double

 

class method MIN(x: Double; y: Double): Double

 

static Double MIN(Double x, Double y)

 

static func MIN(_ x: Double, _ y: Double) -> Double

 

static Double MIN(Double x, Double y)

 

Shared Function MIN(x As Double, y As Double) As Double

Parameters:

  • x:
  • y:

MIN (Int32, Int32): Int32

 

class method MIN(x: Int32; y: Int32): Int32

 

static Int32 MIN(Int32 x, Int32 y)

 

static func MIN(_ x: Int32, _ y: Int32) -> Int32

 

static Int32 MIN(Int32 x, Int32 y)

 

Shared Function MIN(x As Int32, y As Int32) As Int32

Parameters:

  • x:
  • y:

MIN (Int32, UInt32): Int32

 

class method MIN(x: Int32; y: UInt32): Int32

 

static Int32 MIN(Int32 x, UInt32 y)

 

static func MIN(_ x: Int32, _ y: UInt32) -> Int32

 

static Int32 MIN(Int32 x, UInt32 y)

 

Shared Function MIN(x As Int32, y As UInt32) As Int32

Parameters:

  • x:
  • y:

MIN (Int64, Int64): Int64

 

class method MIN(x: Int64; y: Int64): Int64

 

static Int64 MIN(Int64 x, Int64 y)

 

static func MIN(_ x: Int64, _ y: Int64) -> Int64

 

static Int64 MIN(Int64 x, Int64 y)

 

Shared Function MIN(x As Int64, y As Int64) As Int64

Parameters:

  • x:
  • y:

MIN (Int64, UInt64): Int64

 

class method MIN(x: Int64; y: UInt64): Int64

 

static Int64 MIN(Int64 x, UInt64 y)

 

static func MIN(_ x: Int64, _ y: UInt64) -> Int64

 

static Int64 MIN(Int64 x, UInt64 y)

 

Shared Function MIN(x As Int64, y As UInt64) As Int64

Parameters:

  • x:
  • y:

MIN (Single, Single): Single

 

class method MIN(x: Single; y: Single): Single

 

static Single MIN(Single x, Single y)

 

static func MIN(_ x: Single, _ y: Single) -> Single

 

static Single MIN(Single x, Single y)

 

Shared Function MIN(x As Single, y As Single) As Single

Parameters:

  • x:
  • y:

MIN (UInt32, Int32): Int32

 

class method MIN(x: UInt32; y: Int32): Int32

 

static Int32 MIN(UInt32 x, Int32 y)

 

static func MIN(_ x: UInt32, _ y: Int32) -> Int32

 

static Int32 MIN(UInt32 x, Int32 y)

 

Shared Function MIN(x As UInt32, y As Int32) As Int32

Parameters:

  • x:
  • y:

MIN (UInt32, UInt32): UInt32

 

class method MIN(x: UInt32; y: UInt32): UInt32

 

static UInt32 MIN(UInt32 x, UInt32 y)

 

static func MIN(_ x: UInt32, _ y: UInt32) -> UInt32

 

static UInt32 MIN(UInt32 x, UInt32 y)

 

Shared Function MIN(x As UInt32, y As UInt32) As UInt32

Parameters:

  • x:
  • y:

MIN (UInt64, Int64): Int64

 

class method MIN(x: UInt64; y: Int64): Int64

 

static Int64 MIN(UInt64 x, Int64 y)

 

static func MIN(_ x: UInt64, _ y: Int64) -> Int64

 

static Int64 MIN(UInt64 x, Int64 y)

 

Shared Function MIN(x As UInt64, y As Int64) As Int64

Parameters:

  • x:
  • y:

MIN (UInt64, UInt64): UInt64

 

class method MIN(x: UInt64; y: UInt64): UInt64

 

static UInt64 MIN(UInt64 x, UInt64 y)

 

static func MIN(_ x: UInt64, _ y: UInt64) -> UInt64

 

static UInt64 MIN(UInt64 x, UInt64 y)

 

Shared Function MIN(x As UInt64, y As UInt64) As UInt64

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

 

class method ntohl(n: UInt32): UInt32

 

static UInt32 ntohl(UInt32 n)

 

static func ntohl(_ n: UInt32) -> UInt32

 

static UInt32 ntohl(UInt32 n)

 

Shared Function ntohl(n As UInt32) As UInt32

Parameters:

  • n:

ntohs

 

class method ntohs(n: UInt16): UInt16

 

static UInt16 ntohs(UInt16 n)

 

static func ntohs(_ n: UInt16) -> UInt16

 

static UInt16 ntohs(UInt16 n)

 

Shared Function ntohs(n As UInt16) As UInt16

Parameters:

  • n: