Runtime Class

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Provides utility functions.

Namespace:   Microsoft.JScript
Assembly:  Microsoft.JScript (in Microsoft.JScript.dll)

System::Object
  Microsoft.JScript::Runtime

public ref class Runtime abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticDoubleToInt64(Double)

This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified Double value to an Int64.

System_CAPS_pubmethodSystem_CAPS_staticEquals(Object^, Object^)

This API supports the product infrastructure and is not intended to be used directly from your code. Determines whether two specified values are equal.

System_CAPS_pubmethodSystem_CAPS_staticUncheckedDecimalToInt64(Decimal)

This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified Decimal value to an Int64.

.NET Framework
Available since 2.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: