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.String
assemblyFullName
Fully assembly qualified name: Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: Microsoft.JScriptstatic java.lang.String
className
Qualified class name: Microsoft.JScript.DebugConvertstatic JCType
classType
The 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.String
BooleanToString(boolean value)
java.lang.String
ByteToString(byte value, int radix)
static DebugConvert
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoDebugConvert
, a cast assert is made to check if types are compatible.java.lang.String
DecimalToString(Decimal value)
java.lang.String
DoubleToDateString(double value)
java.lang.String
DoubleToString(double value)
java.lang.String
GetErrorMessageForHR(int hr, IJSVsaEngine engine)
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypeNetObject
GetManagedCharObject(UInt16 i)
NetObject
GetManagedInt64Object(long i)
NetObject
GetManagedObject(NetObject value)
NetObject
GetManagedUInt64Object(UInt64 i)
java.lang.String
Int16ToString(short value, int radix)
java.lang.String
Int32ToString(int value, int radix)
java.lang.String
Int64ToString(long value, int radix)
java.lang.String
RegexpToString(java.lang.String source, boolean ignoreCase, boolean global, boolean multiline)
java.lang.String
SByteToString(SByte value, int radix)
void
setJCOInstance(JCObject instance)
java.lang.String
SingleToString(Single value)
java.lang.String
StringToPrintable(java.lang.String source)
NetObject
ToPrimitive(NetObject value, TypeCode typeCode, boolean truncationPermitted)
java.lang.String
UInt16ToString(UInt16 value, int radix)
java.lang.String
UInt32ToString(UInt32 value, int radix)
java.lang.String
UInt64ToString(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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static DebugConvert cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoDebugConvert
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
DebugConvert
instance- 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.Throwable
ArgumentOutOfRangeException
ArgumentNullException
NotImplementedException
JScriptException
IndexOutOfRangeException
MissingMethodException
ArgumentException
FormatException
OverflowException
ArithmeticException
CultureNotFoundException
NotSupportedException
InvalidOperationException
OutOfMemoryException
-
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.Throwable
ArgumentException
-
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.Throwable
ArgumentNullException
FormatException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
IndexOutOfRangeException
-
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.Throwable
ArgumentOutOfRangeException
CultureNotFoundException
ArgumentException
ArgumentNullException
NotSupportedException
IndexOutOfRangeException
FormatException
InvalidOperationException
NotImplementedException
TypeLoadException
MissingMethodException
TargetInvocationException
MissingManifestResourceException
ObjectDisposedException
AbandonedMutexException
-
Int16ToString
public java.lang.String Int16ToString(short value, int radix) throws java.lang.Throwable, ArithmeticException, ArgumentException
- Throws:
java.lang.Throwable
ArithmeticException
ArgumentException
-
Int32ToString
public java.lang.String Int32ToString(int value, int radix) throws java.lang.Throwable, ArithmeticException, ArgumentException
- Throws:
java.lang.Throwable
ArithmeticException
ArgumentException
-
Int64ToString
public java.lang.String Int64ToString(long value, int radix) throws java.lang.Throwable, ArithmeticException, ArgumentException
- Throws:
java.lang.Throwable
ArithmeticException
ArgumentException
-
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.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
FormatException
-
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
-
-