Package microsoft.jscript
Class DebugConvert
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.jscript.DebugConvert
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class DebugConvert extends NetObject
The base .NET class managing Microsoft.JScript.DebugConvert, Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.JScript.DebugConvert
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: Microsoft.JScriptstatic java.lang.StringclassNameQualified class name: Microsoft.JScript.DebugConvertstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description DebugConvert()DebugConvert(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringBooleanToString(boolean value)java.lang.StringByteToString(byte value, int radix)static DebugConvertcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoDebugConvert, a cast assert is made to check if types are compatible.java.lang.StringDecimalToString(Decimal value)java.lang.StringDoubleToDateString(double value)java.lang.StringDoubleToString(double value)java.lang.StringGetErrorMessageForHR(int hr, IJSVsaEngine engine)java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeNetObjectGetManagedCharObject(UInt16 i)NetObjectGetManagedInt64Object(long i)NetObjectGetManagedObject(NetObject value)NetObjectGetManagedUInt64Object(UInt64 i)java.lang.StringInt16ToString(short value, int radix)java.lang.StringInt32ToString(int value, int radix)java.lang.StringInt64ToString(long value, int radix)java.lang.StringRegexpToString(java.lang.String source, boolean ignoreCase, boolean global, boolean multiline)java.lang.StringSByteToString(SByte value, int radix)voidsetJCOInstance(JCObject instance)java.lang.StringSingleToString(Single value)java.lang.StringStringToPrintable(java.lang.String source)NetObjectToPrimitive(NetObject value, TypeCode typeCode, boolean truncationPermitted)java.lang.StringUInt16ToString(UInt16 value, int radix)java.lang.StringUInt32ToString(UInt32 value, int radix)java.lang.StringUInt64ToString(UInt64 value, int radix)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: Microsoft.JScript- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: Microsoft.JScript.DebugConvert- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static DebugConvert cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoDebugConvert, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
DebugConvertinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
GetManagedCharObject
public NetObject GetManagedCharObject(UInt16 i) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetManagedInt64Object
public NetObject GetManagedInt64Object(long i) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetManagedObject
public NetObject GetManagedObject(NetObject value) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetManagedUInt64Object
public NetObject GetManagedUInt64Object(UInt64 i) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ToPrimitive
public NetObject ToPrimitive(NetObject value, TypeCode typeCode, boolean truncationPermitted) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, NotImplementedException, JScriptException, IndexOutOfRangeException, MissingMethodException, ArgumentException, FormatException, OverflowException, ArithmeticException, CultureNotFoundException, NotSupportedException, InvalidOperationException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionNotImplementedExceptionJScriptExceptionIndexOutOfRangeExceptionMissingMethodExceptionArgumentExceptionFormatExceptionOverflowExceptionArithmeticExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionOutOfMemoryException
-
BooleanToString
public java.lang.String BooleanToString(boolean value) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
ByteToString
public java.lang.String ByteToString(byte value, int radix) throws java.lang.Throwable, ArgumentException- Throws:
java.lang.ThrowableArgumentException
-
DecimalToString
public java.lang.String DecimalToString(Decimal value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException
-
DoubleToDateString
public java.lang.String DoubleToDateString(double value) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, IndexOutOfRangeException- Throws:
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionIndexOutOfRangeException
-
DoubleToString
public java.lang.String DoubleToString(double value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, NullReferenceException, FormatException, OverflowException, OutOfMemoryException
-
GetErrorMessageForHR
public java.lang.String GetErrorMessageForHR(int hr, IJSVsaEngine engine) throws java.lang.Throwable, ArgumentOutOfRangeException, CultureNotFoundException, ArgumentException, ArgumentNullException, NotSupportedException, IndexOutOfRangeException, FormatException, InvalidOperationException, NotImplementedException, TypeLoadException, MissingMethodException, TargetInvocationException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionCultureNotFoundExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidOperationExceptionNotImplementedExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexException
-
Int16ToString
public java.lang.String Int16ToString(short value, int radix) throws java.lang.Throwable, ArithmeticException, ArgumentException- Throws:
java.lang.ThrowableArithmeticExceptionArgumentException
-
Int32ToString
public java.lang.String Int32ToString(int value, int radix) throws java.lang.Throwable, ArithmeticException, ArgumentException- Throws:
java.lang.ThrowableArithmeticExceptionArgumentException
-
Int64ToString
public java.lang.String Int64ToString(long value, int radix) throws java.lang.Throwable, ArithmeticException, ArgumentException- Throws:
java.lang.ThrowableArithmeticExceptionArgumentException
-
RegexpToString
public java.lang.String RegexpToString(java.lang.String source, boolean ignoreCase, boolean global, boolean multiline) throws java.lang.Throwable, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, InvalidOperationException, ArgumentNullException, ArgumentException, MissingManifestResourceException, SecurityException, JScriptException
-
SByteToString
public java.lang.String SByteToString(SByte value, int radix) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException
-
SingleToString
public java.lang.String SingleToString(Single value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, NullReferenceException, FormatException, OverflowException, OutOfMemoryException
-
StringToPrintable
public java.lang.String StringToPrintable(java.lang.String source) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatException
-
UInt16ToString
public java.lang.String UInt16ToString(UInt16 value, int radix) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, ArithmeticException
-
UInt32ToString
public java.lang.String UInt32ToString(UInt32 value, int radix) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, ArithmeticException
-
UInt64ToString
public java.lang.String UInt64ToString(UInt64 value, int radix) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, ArithmeticException
-
-