public class DebugConvert extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.JScript.DebugConvert
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: Microsoft.JScript
|
static java.lang.String |
className
Qualified class name: Microsoft.JScript.DebugConvert
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DebugConvert() |
DebugConvert(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
BooleanToString(boolean value) |
java.lang.String |
ByteToString(byte value,
int radix) |
static DebugConvert |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DebugConvert, 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 name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
NetObject |
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) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DebugConvert()
throws java.lang.Throwable
java.lang.Throwablepublic DebugConvert(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String BooleanToString(boolean value)
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String ByteToString(byte value,
int radix)
throws java.lang.Throwable,
ArgumentException
java.lang.ThrowableArgumentExceptionpublic static DebugConvert cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DebugConvert, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDebugConvert instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String DecimalToString(Decimal value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException
public java.lang.String DoubleToDateString(double value)
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentOutOfRangeException,
ArgumentException,
InvalidOperationException,
IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionIndexOutOfRangeExceptionpublic java.lang.String DoubleToString(double value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
NullReferenceException,
FormatException,
OverflowException,
OutOfMemoryException
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
java.lang.ThrowableArgumentOutOfRangeExceptionCultureNotFoundExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidOperationExceptionNotImplementedExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic NetObject GetManagedCharObject(UInt16 i) throws java.lang.Throwable
java.lang.Throwablepublic NetObject GetManagedInt64Object(long i) throws java.lang.Throwable
java.lang.Throwablepublic NetObject GetManagedObject(NetObject value) throws java.lang.Throwable
java.lang.Throwablepublic NetObject GetManagedUInt64Object(UInt64 i) throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String Int16ToString(short value,
int radix)
throws java.lang.Throwable,
ArithmeticException,
ArgumentException
java.lang.ThrowableArithmeticExceptionArgumentExceptionpublic java.lang.String Int32ToString(int value,
int radix)
throws java.lang.Throwable,
ArithmeticException,
ArgumentException
java.lang.ThrowableArithmeticExceptionArgumentExceptionpublic java.lang.String Int64ToString(long value,
int radix)
throws java.lang.Throwable,
ArithmeticException,
ArgumentException
java.lang.ThrowableArithmeticExceptionArgumentExceptionpublic 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
public java.lang.String SByteToString(SByte value, int radix) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic java.lang.String SingleToString(Single value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, NullReferenceException, FormatException, OverflowException, OutOfMemoryException
public java.lang.String StringToPrintable(java.lang.String source)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionpublic 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
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionNotImplementedExceptionJScriptExceptionIndexOutOfRangeExceptionMissingMethodExceptionArgumentExceptionFormatExceptionOverflowExceptionArithmeticExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionOutOfMemoryExceptionpublic java.lang.String UInt16ToString(UInt16 value, int radix) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, ArithmeticException
public java.lang.String UInt32ToString(UInt32 value, int radix) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, ArithmeticException
public java.lang.String UInt64ToString(UInt64 value, int radix) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, ArithmeticException