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()
Parameters:
- aValue:
Parameters:
- aValue:
Parameters:
- aValue:
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:
Parameters:
- aValue:
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:
Parameters:
- aValue:
CastToInt64 virtual
Parameters:
- aValue:
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:
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:
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:
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:
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:
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)
Parameters:
- Expression:
- aTargetType:
ChangeType virtual
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)
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)
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)
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
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:
- :
Parameters:
- aValue:
Parameters:
- aValue:
Parameters:
- aValue:
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:
Parameters:
- aValue:
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:
Parameters:
- aValue:
CastToInt64 virtual
Parameters:
- aValue:
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:
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:
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:
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:
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:
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)
Parameters:
- Expression:
- aTargetType:
ChangeType virtual
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)
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)
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)
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
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()