CompilerServices

Overview

Location

  • Reference:
    • Mercury.dll  .NET, .NET Standard 2.0
    • mercury.jar  Cooper
    • Mercury.fx  Island
    • libMercury.fx  Toffee
  • Namespace: RemObjects.Elements.Mercury

 

constructor  protected Cooper, Island

 

constructor

 

CompilerServices()

 

init()

 

CompilerServices()

 

Sub New()

BankersRound (Double): Int64  virtual

 

class method BankersRound(aValue: Double): Int64

 

static Int64 BankersRound(Double aValue)

 

static func BankersRound(_ aValue: Double) -> Int64

 

static Int64 BankersRound(Double aValue)

 

Shared Function BankersRound(aValue As Double) As Int64

Parameters:

  • aValue:

BankersRound (Single): Int64  virtual

 

class method BankersRound(aValue: Single): Int64

 

static Int64 BankersRound(Single aValue)

 

static func BankersRound(_ aValue: Single) -> Int64

 

static Int64 BankersRound(Single aValue)

 

Shared Function BankersRound(aValue As Single) As Int64

Parameters:

  • aValue:

CastToBoolean (Double): not nullable Boolean  virtual

 

class method CastToBoolean(aValue: Double): not nullable Boolean

 

static Boolean! CastToBoolean(Double aValue)

 

static func CastToBoolean(_ aValue: Double) -> Boolean

 

static Boolean CastToBoolean(Double aValue)

 

Shared Function CastToBoolean(aValue As Double) As Boolean

Parameters:

  • aValue:

CastToBoolean (Int32): not nullable Boolean  virtual

 

class method CastToBoolean(aValue: Int32): not nullable Boolean

 

static Boolean! CastToBoolean(Int32 aValue)

 

static func CastToBoolean(_ aValue: Int32) -> Boolean

 

static Boolean CastToBoolean(Integer aValue)

 

Shared Function CastToBoolean(aValue As Int32) As Boolean

Parameters:

  • aValue:

CastToBoolean (PlatformString): Boolean  virtual Cooper, Island, Toffee

 

class method CastToBoolean(aValue: nullable PlatformString): nullable Boolean

 

static Boolean? CastToBoolean(PlatformString? aValue)

 

static func CastToBoolean(_ aValue: PlatformString) -> Boolean!

 

static Boolean CastToBoolean(PlatformString aValue)

 

Shared Function CastToBoolean(aValue As PlatformString?) As Boolean?

Parameters:

  • aValue:

CastToBoolean (nullable String): nullable Boolean .NET, .NET Standard 2.0

 

class method CastToBoolean(aValue: nullable String): nullable Boolean

 

static Boolean? CastToBoolean(String? aValue)

 

static func CastToBoolean(_ aValue: String?) -> Boolean!

 

Shared Function CastToBoolean(aValue As String?) As Boolean?

Parameters:

  • aValue:

CastToDouble (Boolean): not nullable Double  virtual

 

class method CastToDouble(aValue: Boolean): not nullable Double

 

static Double! CastToDouble(Boolean aValue)

 

static func CastToDouble(_ aValue: Boolean) -> Double

 

static Double CastToDouble(Boolean aValue)

 

Shared Function CastToDouble(aValue As Boolean) As Double

Parameters:

  • aValue:

CastToDouble (PlatformString): Double  virtual Cooper, Island, Toffee

 

class method CastToDouble(aValue: nullable PlatformString): nullable Double

 

static Double? CastToDouble(PlatformString? aValue)

 

static func CastToDouble(_ aValue: PlatformString) -> Double!

 

static Double CastToDouble(PlatformString aValue)

 

Shared Function CastToDouble(aValue As PlatformString?) As Double?

Parameters:

  • aValue:

CastToDouble (nullable String): nullable Double .NET, .NET Standard 2.0

 

class method CastToDouble(aValue: nullable String): nullable Double

 

static Double? CastToDouble(String? aValue)

 

static func CastToDouble(_ aValue: String?) -> Double!

 

Shared Function CastToDouble(aValue As String?) As Double?

Parameters:

  • aValue:

CastToInt64  virtual

 

class method CastToInt64(aValue: Double): Int64

 

static Int64 CastToInt64(Double aValue)

 

static func CastToInt64(_ aValue: Double) -> Int64

 

static Int64 CastToInt64(Double aValue)

 

Shared Function CastToInt64(aValue As Double) As Int64

Parameters:

  • aValue:

CastToInteger (Boolean): not nullable Int32  virtual

 

class method CastToInteger(aValue: Boolean): not nullable Int32

 

static Int32! CastToInteger(Boolean aValue)

 

static func CastToInteger(_ aValue: Boolean) -> Int32

 

static Integer CastToInteger(Boolean aValue)

 

Shared Function CastToInteger(aValue As Boolean) As Int32

Parameters:

  • aValue:

CastToInteger (PlatformString): Long  virtual Cooper, Island, Toffee

 

class method CastToInteger(aValue: nullable PlatformString): nullable Int64

 

static Int64? CastToInteger(PlatformString? aValue)

 

static func CastToInteger(_ aValue: PlatformString) -> Int64!

 

static Long CastToInteger(PlatformString aValue)

 

Shared Function CastToInteger(aValue As PlatformString?) As Int64?

Parameters:

  • aValue:

CastToInteger (nullable String): nullable Int64 .NET, .NET Standard 2.0

 

class method CastToInteger(aValue: nullable String): nullable Int64

 

static Int64? CastToInteger(String? aValue)

 

static func CastToInteger(_ aValue: String?) -> Int64!

 

Shared Function CastToInteger(aValue As String?) As Int64?

Parameters:

  • aValue:

CastToString (Boolean): PlatformString  virtual Cooper, Island, Toffee

 

class method CastToString(aValue: Boolean): nullable PlatformString

 

static PlatformString? CastToString(Boolean aValue)

 

static func CastToString(_ aValue: Boolean) -> PlatformString

 

static PlatformString CastToString(Boolean aValue)

 

Shared Function CastToString(aValue As Boolean) As PlatformString?

Parameters:

  • aValue:

CastToString (Boolean): nullable String .NET, .NET Standard 2.0

 

class method CastToString(aValue: Boolean): nullable String

 

static String? CastToString(Boolean aValue)

 

static func CastToString(_ aValue: Boolean) -> String?

 

Shared Function CastToString(aValue As Boolean) As String?

Parameters:

  • aValue:

CastToString (Double): not nullable PlatformString  virtual Cooper, Island, Toffee

 

class method CastToString(aValue: Double): not nullable PlatformString

 

static PlatformString! CastToString(Double aValue)

 

static func CastToString(_ aValue: Double) -> PlatformString

 

static PlatformString CastToString(Double aValue)

 

Shared Function CastToString(aValue As Double) As PlatformString

Parameters:

  • aValue:

CastToString (Double): not nullable String .NET, .NET Standard 2.0

 

class method CastToString(aValue: Double): not nullable String

 

static String! CastToString(Double aValue)

 

static func CastToString(_ aValue: Double) -> String

 

Shared Function CastToString(aValue As Double) As String

Parameters:

  • aValue:

CastToString (Int64): not nullable PlatformString  virtual Cooper, Island, Toffee

 

class method CastToString(aValue: Int64): not nullable PlatformString

 

static PlatformString! CastToString(Int64 aValue)

 

static func CastToString(_ aValue: Int64) -> PlatformString

 

static PlatformString CastToString(Int64 aValue)

 

Shared Function CastToString(aValue As Int64) As PlatformString

Parameters:

  • aValue:

CastToString (Int64): not nullable String .NET, .NET Standard 2.0

 

class method CastToString(aValue: Int64): not nullable String

 

static String! CastToString(Int64 aValue)

 

static func CastToString(_ aValue: Int64) -> String

 

Shared Function CastToString(aValue As Int64) As String

Parameters:

  • aValue:

CastToString (UInt64): not nullable PlatformString  virtual Island, Toffee

 

class method CastToString(aValue: UInt64): not nullable PlatformString

 

static PlatformString! CastToString(UInt64 aValue)

 

static func CastToString(_ aValue: UInt64) -> PlatformString

 

Shared Function CastToString(aValue As UInt64) As PlatformString

Parameters:

  • aValue:

CastToString (UInt64): not nullable String .NET, .NET Standard 2.0

 

class method CastToString(aValue: UInt64): not nullable String

 

static String! CastToString(UInt64 aValue)

 

static func CastToString(_ aValue: UInt64) -> String

 

Shared Function CastToString(aValue As UInt64) As String

Parameters:

  • aValue:

ChangeIntrinsicType .NET, .NET Standard 2.0, Island

 

// .NET, .NET Standard 2.0
class method ChangeIntrinsicType(Expression: Object; aTargetType: Type): Object
// Island
class method ChangeIntrinsicType(Expression: Object; aTargetType: Type): Object

 

// .NET, .NET Standard 2.0
static Object ChangeIntrinsicType(Object Expression, Type aTargetType)
// Island
static Object ChangeIntrinsicType(Object Expression, Type aTargetType)

 

// .NET, .NET Standard 2.0
static func ChangeIntrinsicType(_ Expression: Object, _ aTargetType: Type) -> Object
// Island
static func ChangeIntrinsicType(_ Expression: Object, _ aTargetType: Type) -> Object

 

// .NET, .NET Standard 2.0
Shared Function ChangeIntrinsicType(Expression As Object, aTargetType As Type) As Object
// Island
Shared Function ChangeIntrinsicType(Expression As Object, aTargetType As Type) As Object

Parameters:

  • Expression:
  • aTargetType:

ChangeType  virtual

 

class method ChangeType(aExpression: Object; aTargetType: Type; aDynamic: Boolean): Object

 

static Object ChangeType(Object aExpression, Type aTargetType, Boolean aDynamic)

 

static func ChangeType(_ aExpression: Object, _ aTargetType: Type, _ aDynamic: Boolean) -> Object

 

static Object ChangeType(Object aExpression, Type aTargetType, Boolean aDynamic)

 

Shared Function ChangeType(aExpression As Object, aTargetType As Type, aDynamic As Boolean) As Object

Parameters:

  • aExpression:
  • aTargetType:
  • aDynamic:

CompareString  virtual

 

// .NET, .NET Standard 2.0
class method CompareString(a: nullable String; b: nullable String; aOptionCompareText: Boolean): Int32
// Island
class method CompareString(a: nullable PlatformString; b: nullable PlatformString; aOptionCompareText: Boolean): Int32

 

// .NET, .NET Standard 2.0
static Int32 CompareString(String? a, String? b, Boolean aOptionCompareText)
// Island
static Int32 CompareString(PlatformString? a, PlatformString? b, Boolean aOptionCompareText)

 

static func CompareString(_ a: PlatformString, _ b: PlatformString, _ aOptionCompareText: Boolean) -> Int32

 

static Integer CompareString(PlatformString a, PlatformString b, Boolean aOptionCompareText)

 

// .NET, .NET Standard 2.0
Shared Function CompareString(a As String?, b As String?, aOptionCompareText As Boolean) As Int32
// Island
Shared Function CompareString(a As PlatformString?, b As PlatformString?, aOptionCompareText As Boolean) As Int32

Parameters:

  • a:
  • b:
  • aOptionCompareText:

CreateDateTimeFromLiteral  virtual

 

// .NET, .NET Standard 2.0
class method CreateDateTimeFromLiteral(aTicks: UInt64): DateTime
// Island
class method CreateDateTimeFromLiteral(aTicks: UInt64): PlatformDateTime

 

// .NET, .NET Standard 2.0
static DateTime CreateDateTimeFromLiteral(UInt64 aTicks)
// Island
static PlatformDateTime CreateDateTimeFromLiteral(UInt64 aTicks)

 

static func CreateDateTimeFromLiteral(_ aTicks: UInt64) -> PlatformDateTime

 

static PlatformDateTime CreateDateTimeFromLiteral(UInt64 aTicks)

 

// .NET, .NET Standard 2.0
Shared Function CreateDateTimeFromLiteral(aTicks As UInt64) As DateTime
// Island
Shared Function CreateDateTimeFromLiteral(aTicks As UInt64) As PlatformDateTime

Parameters:

  • aTicks:

End .NET, .NET Standard 2.0, Cooper, Island

 

class method End

 

static void End()

 

static func End()

 

static void End()

 

Shared Sub End()

End End()  virtual Toffee

 

static func End(End )

Parameters:

  • :

IsIntrinsicType .NET, .NET Standard 2.0, Island

 

// .NET, .NET Standard 2.0
class method IsIntrinsicType(aType: Type): Boolean
// Island
class method IsIntrinsicType(aType: Type): Boolean

 

// .NET, .NET Standard 2.0
static Boolean IsIntrinsicType(Type aType)
// Island
static Boolean IsIntrinsicType(Type aType)

 

// .NET, .NET Standard 2.0
static func IsIntrinsicType(_ aType: Type) -> Boolean
// Island
static func IsIntrinsicType(_ aType: Type) -> Boolean

 

// .NET, .NET Standard 2.0
Shared Function IsIntrinsicType(aType As Type) As Boolean
// Island
Shared Function IsIntrinsicType(aType As Type) As Boolean

Parameters:

  • aType:

Like  virtual

 

class method Like(aString: PlatformString; aPattern: PlatformString): Boolean

 

static Boolean Like(PlatformString aString, PlatformString aPattern)

 

static func Like(_ aString: PlatformString, _ aPattern: PlatformString) -> Boolean

 

static Boolean Like(PlatformString aString, PlatformString aPattern)

 

Shared Function Like(aString As PlatformString, aPattern As PlatformString) As Boolean

Parameters:

  • aString:
  • aPattern:

Redim<T>  virtual

 

class method Redim<T>(aArray: array of T; aPreserveData: Boolean; params aBounds: not nullable array of Int32): array of T

 

static T[] Redim<T>(T[] aArray, Boolean aPreserveData, params Int32[]! aBounds)

 

static func Redim<T>(_ aArray: T..., _ aPreserveData: Boolean, _ aBounds: Int32...) -> T...

 

static T[] Redim<T>(T[] aArray, Boolean aPreserveData, Integer[]... aBounds)

 

Shared Function Redim<T>(aArray As T(), aPreserveData As Boolean, ParamArray aBounds As Int32()) As T()

Parameters:

  • aArray:
  • aPreserveData:
  • aBounds:

Stop .NET, .NET Standard 2.0, Cooper, Island

 

class method Stop

 

static void Stop()

 

static func Stop()

 

static void Stop()

 

Shared Sub Stop()

Stop Stop()  virtual Toffee

 

static func Stop(Stop )

Parameters:

  • :

 

BankersRound (Double): Int64  virtual

 

class method BankersRound(aValue: Double): Int64

 

static Int64 BankersRound(Double aValue)

 

static func BankersRound(_ aValue: Double) -> Int64

 

static Int64 BankersRound(Double aValue)

 

Shared Function BankersRound(aValue As Double) As Int64

Parameters:

  • aValue:

BankersRound (Single): Int64  virtual

 

class method BankersRound(aValue: Single): Int64

 

static Int64 BankersRound(Single aValue)

 

static func BankersRound(_ aValue: Single) -> Int64

 

static Int64 BankersRound(Single aValue)

 

Shared Function BankersRound(aValue As Single) As Int64

Parameters:

  • aValue:

CastToBoolean (Double): not nullable Boolean  virtual

 

class method CastToBoolean(aValue: Double): not nullable Boolean

 

static Boolean! CastToBoolean(Double aValue)

 

static func CastToBoolean(_ aValue: Double) -> Boolean

 

static Boolean CastToBoolean(Double aValue)

 

Shared Function CastToBoolean(aValue As Double) As Boolean

Parameters:

  • aValue:

CastToBoolean (Int32): not nullable Boolean  virtual

 

class method CastToBoolean(aValue: Int32): not nullable Boolean

 

static Boolean! CastToBoolean(Int32 aValue)

 

static func CastToBoolean(_ aValue: Int32) -> Boolean

 

static Boolean CastToBoolean(Integer aValue)

 

Shared Function CastToBoolean(aValue As Int32) As Boolean

Parameters:

  • aValue:

CastToBoolean (PlatformString): Boolean  virtual Cooper, Island, Toffee

 

class method CastToBoolean(aValue: nullable PlatformString): nullable Boolean

 

static Boolean? CastToBoolean(PlatformString? aValue)

 

static func CastToBoolean(_ aValue: PlatformString) -> Boolean!

 

static Boolean CastToBoolean(PlatformString aValue)

 

Shared Function CastToBoolean(aValue As PlatformString?) As Boolean?

Parameters:

  • aValue:

CastToBoolean (nullable String): nullable Boolean .NET, .NET Standard 2.0

 

class method CastToBoolean(aValue: nullable String): nullable Boolean

 

static Boolean? CastToBoolean(String? aValue)

 

static func CastToBoolean(_ aValue: String?) -> Boolean!

 

Shared Function CastToBoolean(aValue As String?) As Boolean?

Parameters:

  • aValue:

CastToDouble (Boolean): not nullable Double  virtual

 

class method CastToDouble(aValue: Boolean): not nullable Double

 

static Double! CastToDouble(Boolean aValue)

 

static func CastToDouble(_ aValue: Boolean) -> Double

 

static Double CastToDouble(Boolean aValue)

 

Shared Function CastToDouble(aValue As Boolean) As Double

Parameters:

  • aValue:

CastToDouble (PlatformString): Double  virtual Cooper, Island, Toffee

 

class method CastToDouble(aValue: nullable PlatformString): nullable Double

 

static Double? CastToDouble(PlatformString? aValue)

 

static func CastToDouble(_ aValue: PlatformString) -> Double!

 

static Double CastToDouble(PlatformString aValue)

 

Shared Function CastToDouble(aValue As PlatformString?) As Double?

Parameters:

  • aValue:

CastToDouble (nullable String): nullable Double .NET, .NET Standard 2.0

 

class method CastToDouble(aValue: nullable String): nullable Double

 

static Double? CastToDouble(String? aValue)

 

static func CastToDouble(_ aValue: String?) -> Double!

 

Shared Function CastToDouble(aValue As String?) As Double?

Parameters:

  • aValue:

CastToInt64  virtual

 

class method CastToInt64(aValue: Double): Int64

 

static Int64 CastToInt64(Double aValue)

 

static func CastToInt64(_ aValue: Double) -> Int64

 

static Int64 CastToInt64(Double aValue)

 

Shared Function CastToInt64(aValue As Double) As Int64

Parameters:

  • aValue:

CastToInteger (Boolean): not nullable Int32  virtual

 

class method CastToInteger(aValue: Boolean): not nullable Int32

 

static Int32! CastToInteger(Boolean aValue)

 

static func CastToInteger(_ aValue: Boolean) -> Int32

 

static Integer CastToInteger(Boolean aValue)

 

Shared Function CastToInteger(aValue As Boolean) As Int32

Parameters:

  • aValue:

CastToInteger (PlatformString): Long  virtual Cooper, Island, Toffee

 

class method CastToInteger(aValue: nullable PlatformString): nullable Int64

 

static Int64? CastToInteger(PlatformString? aValue)

 

static func CastToInteger(_ aValue: PlatformString) -> Int64!

 

static Long CastToInteger(PlatformString aValue)

 

Shared Function CastToInteger(aValue As PlatformString?) As Int64?

Parameters:

  • aValue:

CastToInteger (nullable String): nullable Int64 .NET, .NET Standard 2.0

 

class method CastToInteger(aValue: nullable String): nullable Int64

 

static Int64? CastToInteger(String? aValue)

 

static func CastToInteger(_ aValue: String?) -> Int64!

 

Shared Function CastToInteger(aValue As String?) As Int64?

Parameters:

  • aValue:

CastToString (Boolean): PlatformString  virtual Cooper, Island, Toffee

 

class method CastToString(aValue: Boolean): nullable PlatformString

 

static PlatformString? CastToString(Boolean aValue)

 

static func CastToString(_ aValue: Boolean) -> PlatformString

 

static PlatformString CastToString(Boolean aValue)

 

Shared Function CastToString(aValue As Boolean) As PlatformString?

Parameters:

  • aValue:

CastToString (Boolean): nullable String .NET, .NET Standard 2.0

 

class method CastToString(aValue: Boolean): nullable String

 

static String? CastToString(Boolean aValue)

 

static func CastToString(_ aValue: Boolean) -> String?

 

Shared Function CastToString(aValue As Boolean) As String?

Parameters:

  • aValue:

CastToString (Double): not nullable PlatformString  virtual Cooper, Island, Toffee

 

class method CastToString(aValue: Double): not nullable PlatformString

 

static PlatformString! CastToString(Double aValue)

 

static func CastToString(_ aValue: Double) -> PlatformString

 

static PlatformString CastToString(Double aValue)

 

Shared Function CastToString(aValue As Double) As PlatformString

Parameters:

  • aValue:

CastToString (Double): not nullable String .NET, .NET Standard 2.0

 

class method CastToString(aValue: Double): not nullable String

 

static String! CastToString(Double aValue)

 

static func CastToString(_ aValue: Double) -> String

 

Shared Function CastToString(aValue As Double) As String

Parameters:

  • aValue:

CastToString (Int64): not nullable PlatformString  virtual Cooper, Island, Toffee

 

class method CastToString(aValue: Int64): not nullable PlatformString

 

static PlatformString! CastToString(Int64 aValue)

 

static func CastToString(_ aValue: Int64) -> PlatformString

 

static PlatformString CastToString(Int64 aValue)

 

Shared Function CastToString(aValue As Int64) As PlatformString

Parameters:

  • aValue:

CastToString (Int64): not nullable String .NET, .NET Standard 2.0

 

class method CastToString(aValue: Int64): not nullable String

 

static String! CastToString(Int64 aValue)

 

static func CastToString(_ aValue: Int64) -> String

 

Shared Function CastToString(aValue As Int64) As String

Parameters:

  • aValue:

CastToString (UInt64): not nullable PlatformString  virtual Island, Toffee

 

class method CastToString(aValue: UInt64): not nullable PlatformString

 

static PlatformString! CastToString(UInt64 aValue)

 

static func CastToString(_ aValue: UInt64) -> PlatformString

 

Shared Function CastToString(aValue As UInt64) As PlatformString

Parameters:

  • aValue:

CastToString (UInt64): not nullable String .NET, .NET Standard 2.0

 

class method CastToString(aValue: UInt64): not nullable String

 

static String! CastToString(UInt64 aValue)

 

static func CastToString(_ aValue: UInt64) -> String

 

Shared Function CastToString(aValue As UInt64) As String

Parameters:

  • aValue:

ChangeIntrinsicType .NET, .NET Standard 2.0, Island

 

// .NET, .NET Standard 2.0
class method ChangeIntrinsicType(Expression: Object; aTargetType: Type): Object
// Island
class method ChangeIntrinsicType(Expression: Object; aTargetType: Type): Object

 

// .NET, .NET Standard 2.0
static Object ChangeIntrinsicType(Object Expression, Type aTargetType)
// Island
static Object ChangeIntrinsicType(Object Expression, Type aTargetType)

 

// .NET, .NET Standard 2.0
static func ChangeIntrinsicType(_ Expression: Object, _ aTargetType: Type) -> Object
// Island
static func ChangeIntrinsicType(_ Expression: Object, _ aTargetType: Type) -> Object

 

// .NET, .NET Standard 2.0
Shared Function ChangeIntrinsicType(Expression As Object, aTargetType As Type) As Object
// Island
Shared Function ChangeIntrinsicType(Expression As Object, aTargetType As Type) As Object

Parameters:

  • Expression:
  • aTargetType:

ChangeType  virtual

 

class method ChangeType(aExpression: Object; aTargetType: Type; aDynamic: Boolean): Object

 

static Object ChangeType(Object aExpression, Type aTargetType, Boolean aDynamic)

 

static func ChangeType(_ aExpression: Object, _ aTargetType: Type, _ aDynamic: Boolean) -> Object

 

static Object ChangeType(Object aExpression, Type aTargetType, Boolean aDynamic)

 

Shared Function ChangeType(aExpression As Object, aTargetType As Type, aDynamic As Boolean) As Object

Parameters:

  • aExpression:
  • aTargetType:
  • aDynamic:

CompareString  virtual

 

// .NET, .NET Standard 2.0
class method CompareString(a: nullable String; b: nullable String; aOptionCompareText: Boolean): Int32
// Island
class method CompareString(a: nullable PlatformString; b: nullable PlatformString; aOptionCompareText: Boolean): Int32

 

// .NET, .NET Standard 2.0
static Int32 CompareString(String? a, String? b, Boolean aOptionCompareText)
// Island
static Int32 CompareString(PlatformString? a, PlatformString? b, Boolean aOptionCompareText)

 

static func CompareString(_ a: PlatformString, _ b: PlatformString, _ aOptionCompareText: Boolean) -> Int32

 

static Integer CompareString(PlatformString a, PlatformString b, Boolean aOptionCompareText)

 

// .NET, .NET Standard 2.0
Shared Function CompareString(a As String?, b As String?, aOptionCompareText As Boolean) As Int32
// Island
Shared Function CompareString(a As PlatformString?, b As PlatformString?, aOptionCompareText As Boolean) As Int32

Parameters:

  • a:
  • b:
  • aOptionCompareText:

CreateDateTimeFromLiteral  virtual

 

// .NET, .NET Standard 2.0
class method CreateDateTimeFromLiteral(aTicks: UInt64): DateTime
// Island
class method CreateDateTimeFromLiteral(aTicks: UInt64): PlatformDateTime

 

// .NET, .NET Standard 2.0
static DateTime CreateDateTimeFromLiteral(UInt64 aTicks)
// Island
static PlatformDateTime CreateDateTimeFromLiteral(UInt64 aTicks)

 

static func CreateDateTimeFromLiteral(_ aTicks: UInt64) -> PlatformDateTime

 

static PlatformDateTime CreateDateTimeFromLiteral(UInt64 aTicks)

 

// .NET, .NET Standard 2.0
Shared Function CreateDateTimeFromLiteral(aTicks As UInt64) As DateTime
// Island
Shared Function CreateDateTimeFromLiteral(aTicks As UInt64) As PlatformDateTime

Parameters:

  • aTicks:

End .NET, .NET Standard 2.0, Cooper, Island

 

class method End

 

static void End()

 

static func End()

 

static void End()

 

Shared Sub End()

End End()  virtual Toffee

 

static func End(End )

Parameters:

  • :

IsIntrinsicType .NET, .NET Standard 2.0, Island

 

// .NET, .NET Standard 2.0
class method IsIntrinsicType(aType: Type): Boolean
// Island
class method IsIntrinsicType(aType: Type): Boolean

 

// .NET, .NET Standard 2.0
static Boolean IsIntrinsicType(Type aType)
// Island
static Boolean IsIntrinsicType(Type aType)

 

// .NET, .NET Standard 2.0
static func IsIntrinsicType(_ aType: Type) -> Boolean
// Island
static func IsIntrinsicType(_ aType: Type) -> Boolean

 

// .NET, .NET Standard 2.0
Shared Function IsIntrinsicType(aType As Type) As Boolean
// Island
Shared Function IsIntrinsicType(aType As Type) As Boolean

Parameters:

  • aType:

Like  virtual

 

class method Like(aString: PlatformString; aPattern: PlatformString): Boolean

 

static Boolean Like(PlatformString aString, PlatformString aPattern)

 

static func Like(_ aString: PlatformString, _ aPattern: PlatformString) -> Boolean

 

static Boolean Like(PlatformString aString, PlatformString aPattern)

 

Shared Function Like(aString As PlatformString, aPattern As PlatformString) As Boolean

Parameters:

  • aString:
  • aPattern:

Redim<T>  virtual

 

class method Redim<T>(aArray: array of T; aPreserveData: Boolean; params aBounds: not nullable array of Int32): array of T

 

static T[] Redim<T>(T[] aArray, Boolean aPreserveData, params Int32[]! aBounds)

 

static func Redim<T>(_ aArray: T..., _ aPreserveData: Boolean, _ aBounds: Int32...) -> T...

 

static T[] Redim<T>(T[] aArray, Boolean aPreserveData, Integer[]... aBounds)

 

Shared Function Redim<T>(aArray As T(), aPreserveData As Boolean, ParamArray aBounds As Int32()) As T()

Parameters:

  • aArray:
  • aPreserveData:
  • aBounds:

Stop .NET, .NET Standard 2.0, Cooper, Island

 

class method Stop

 

static void Stop()

 

static func Stop()

 

static void Stop()

 

Shared Sub Stop()

Stop Stop()  virtual Toffee

 

static func Stop(Stop )

Parameters:

  • :

 

constructor  protected Cooper, Island

 

constructor

 

CompilerServices()

 

init()

 

CompilerServices()

 

Sub New()