Package microsoft.jscript
Class IDebugConvertImplementation
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.jscript.IDebugConvertImplementation
-
- All Implemented Interfaces:
IDebugConvert
,IJCOBridgeReflected
public class IDebugConvertImplementation extends NetObject implements IDebugConvert
The base .NET class managing Microsoft.JScript.IDebugConvert, Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.JScript.IDebugConvert
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.IDebugConvertstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description IDebugConvertImplementation(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)
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)
java.lang.String
SingleToString(Single value)
java.lang.String
StringToPrintable(java.lang.String source)
static IDebugConvert
ToIDebugConvert(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoIDebugConvert
, 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)
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToString
-
-
-
-
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.IDebugConvert- 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 interfaceIDebugConvert
- 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 interfaceIDebugConvert
- 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 interfaceIDebugConvert
- 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 interfaceIDebugConvert
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIDebugConvert
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
ToIDebugConvert
public static IDebugConvert ToIDebugConvert(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoIDebugConvert
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
IDebugConvert
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
GetManagedCharObject
public NetObject GetManagedCharObject(UInt16 i) throws java.lang.Throwable
- Specified by:
GetManagedCharObject
in interfaceIDebugConvert
- Throws:
java.lang.Throwable
-
GetManagedInt64Object
public NetObject GetManagedInt64Object(long i) throws java.lang.Throwable
- Specified by:
GetManagedInt64Object
in interfaceIDebugConvert
- Throws:
java.lang.Throwable
-
GetManagedObject
public NetObject GetManagedObject(NetObject value) throws java.lang.Throwable
- Specified by:
GetManagedObject
in interfaceIDebugConvert
- Throws:
java.lang.Throwable
-
GetManagedUInt64Object
public NetObject GetManagedUInt64Object(UInt64 i) throws java.lang.Throwable
- Specified by:
GetManagedUInt64Object
in interfaceIDebugConvert
- Throws:
java.lang.Throwable
-
ToPrimitive
public NetObject ToPrimitive(NetObject value, TypeCode typeCode, boolean truncationPermitted) throws java.lang.Throwable
- Specified by:
ToPrimitive
in interfaceIDebugConvert
- Throws:
java.lang.Throwable
-
BooleanToString
public java.lang.String BooleanToString(boolean value) throws java.lang.Throwable
- Specified by:
BooleanToString
in interfaceIDebugConvert
- Throws:
java.lang.Throwable
-
ByteToString
public java.lang.String ByteToString(byte value, int radix) throws java.lang.Throwable
- Specified by:
ByteToString
in interfaceIDebugConvert
- Throws:
java.lang.Throwable
-
DoubleToDateString
public java.lang.String DoubleToDateString(double value) throws java.lang.Throwable
- Specified by:
DoubleToDateString
in interfaceIDebugConvert
- Throws:
java.lang.Throwable
-
DoubleToString
public java.lang.String DoubleToString(double value) throws java.lang.Throwable
- Specified by:
DoubleToString
in interfaceIDebugConvert
- Throws:
java.lang.Throwable
-
GetErrorMessageForHR
public java.lang.String GetErrorMessageForHR(int hr, IJSVsaEngine engine) throws java.lang.Throwable
- Specified by:
GetErrorMessageForHR
in interfaceIDebugConvert
- Throws:
java.lang.Throwable
-
Int16ToString
public java.lang.String Int16ToString(short value, int radix) throws java.lang.Throwable
- Specified by:
Int16ToString
in interfaceIDebugConvert
- Throws:
java.lang.Throwable
-
Int32ToString
public java.lang.String Int32ToString(int value, int radix) throws java.lang.Throwable
- Specified by:
Int32ToString
in interfaceIDebugConvert
- Throws:
java.lang.Throwable
-
Int64ToString
public java.lang.String Int64ToString(long value, int radix) throws java.lang.Throwable
- Specified by:
Int64ToString
in interfaceIDebugConvert
- Throws:
java.lang.Throwable
-
RegexpToString
public java.lang.String RegexpToString(java.lang.String source, boolean ignoreCase, boolean global, boolean multiline) throws java.lang.Throwable
- Specified by:
RegexpToString
in interfaceIDebugConvert
- Throws:
java.lang.Throwable
-
SByteToString
public java.lang.String SByteToString(SByte value, int radix) throws java.lang.Throwable
- Specified by:
SByteToString
in interfaceIDebugConvert
- Throws:
java.lang.Throwable
-
SingleToString
public java.lang.String SingleToString(Single value) throws java.lang.Throwable
- Specified by:
SingleToString
in interfaceIDebugConvert
- Throws:
java.lang.Throwable
-
StringToPrintable
public java.lang.String StringToPrintable(java.lang.String source) throws java.lang.Throwable
- Specified by:
StringToPrintable
in interfaceIDebugConvert
- Throws:
java.lang.Throwable
-
UInt16ToString
public java.lang.String UInt16ToString(UInt16 value, int radix) throws java.lang.Throwable
- Specified by:
UInt16ToString
in interfaceIDebugConvert
- Throws:
java.lang.Throwable
-
UInt32ToString
public java.lang.String UInt32ToString(UInt32 value, int radix) throws java.lang.Throwable
- Specified by:
UInt32ToString
in interfaceIDebugConvert
- Throws:
java.lang.Throwable
-
UInt64ToString
public java.lang.String UInt64ToString(UInt64 value, int radix) throws java.lang.Throwable
- Specified by:
UInt64ToString
in interfaceIDebugConvert
- Throws:
java.lang.Throwable
-
-