public class IDebugConvertImplementation extends NetObject implements IDebugConvert
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.JScript.IDebugConvert
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.IDebugConvert
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
IDebugConvertImplementation(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) |
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) |
java.lang.String |
SingleToString(Single value) |
java.lang.String |
StringToPrintable(java.lang.String source) |
static IDebugConvert |
ToIDebugConvert(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into IDebugConvert, a cast assert is made to check if types are compatible. |
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) |
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public IDebugConvertImplementation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String BooleanToString(boolean value)
throws java.lang.Throwable
BooleanToString in interface IDebugConvertjava.lang.Throwablepublic java.lang.String ByteToString(byte value,
int radix)
throws java.lang.Throwable
ByteToString in interface IDebugConvertjava.lang.Throwablepublic java.lang.String DoubleToDateString(double value)
throws java.lang.Throwable
DoubleToDateString in interface IDebugConvertjava.lang.Throwablepublic java.lang.String DoubleToString(double value)
throws java.lang.Throwable
DoubleToString in interface IDebugConvertjava.lang.Throwablepublic java.lang.String GetErrorMessageForHR(int hr,
IJSVsaEngine engine)
throws java.lang.Throwable
GetErrorMessageForHR in interface IDebugConvertjava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IDebugConvertgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IDebugConvertgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IDebugConvertgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IDebugConvertgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IDebugConvertgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic NetObject GetManagedCharObject(UInt16 i) throws java.lang.Throwable
GetManagedCharObject in interface IDebugConvertjava.lang.Throwablepublic NetObject GetManagedInt64Object(long i) throws java.lang.Throwable
GetManagedInt64Object in interface IDebugConvertjava.lang.Throwablepublic NetObject GetManagedObject(NetObject value) throws java.lang.Throwable
GetManagedObject in interface IDebugConvertjava.lang.Throwablepublic NetObject GetManagedUInt64Object(UInt64 i) throws java.lang.Throwable
GetManagedUInt64Object in interface IDebugConvertjava.lang.Throwablepublic java.lang.String Int16ToString(short value,
int radix)
throws java.lang.Throwable
Int16ToString in interface IDebugConvertjava.lang.Throwablepublic java.lang.String Int32ToString(int value,
int radix)
throws java.lang.Throwable
Int32ToString in interface IDebugConvertjava.lang.Throwablepublic java.lang.String Int64ToString(long value,
int radix)
throws java.lang.Throwable
Int64ToString in interface IDebugConvertjava.lang.Throwablepublic java.lang.String RegexpToString(java.lang.String source,
boolean ignoreCase,
boolean global,
boolean multiline)
throws java.lang.Throwable
RegexpToString in interface IDebugConvertjava.lang.Throwablepublic java.lang.String SByteToString(SByte value, int radix) throws java.lang.Throwable
SByteToString in interface IDebugConvertjava.lang.Throwablepublic java.lang.String SingleToString(Single value) throws java.lang.Throwable
SingleToString in interface IDebugConvertjava.lang.Throwablepublic java.lang.String StringToPrintable(java.lang.String source)
throws java.lang.Throwable
StringToPrintable in interface IDebugConvertjava.lang.Throwablepublic static IDebugConvert ToIDebugConvert(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IDebugConvert, a cast assert is made to check if types are compatible.ToIDebugConvert in interface IDebugConvertfrom - IJCOBridgeReflected instance to be castedIDebugConvert instancejava.lang.Throwable - in case of error during cast operationpublic NetObject ToPrimitive(NetObject value, TypeCode typeCode, boolean truncationPermitted) throws java.lang.Throwable
ToPrimitive in interface IDebugConvertjava.lang.Throwablepublic java.lang.String UInt16ToString(UInt16 value, int radix) throws java.lang.Throwable
UInt16ToString in interface IDebugConvertjava.lang.Throwablepublic java.lang.String UInt32ToString(UInt32 value, int radix) throws java.lang.Throwable
UInt32ToString in interface IDebugConvertjava.lang.Throwablepublic java.lang.String UInt64ToString(UInt64 value, int radix) throws java.lang.Throwable
UInt64ToString in interface IDebugConvertjava.lang.Throwable