Package microsoft.jscript
Interface IDebugConvert
-
- All Superinterfaces:
IJCOBridgeReflected
- All Known Implementing Classes:
IDebugConvertImplementation
public interface IDebugConvert extends IJCOBridgeReflected
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.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.IDebugConvert
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringBooleanToString(boolean value)java.lang.StringByteToString(byte value, int radix)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)java.lang.StringSingleToString(Single value)java.lang.StringStringToPrintable(java.lang.String source)static IDebugConvertToIDebugConvert(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoIDebugConvert, a cast assert is made to check if types are compatible.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
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
static final java.lang.String assemblyShortName
Assembly name: Microsoft.JScript- See Also:
- Constant Field Values
-
className
static final java.lang.String className
Qualified class name: Microsoft.JScript.IDebugConvert- See Also:
- Constant Field Values
-
-
Method Detail
-
ToIDebugConvert
static IDebugConvert ToIDebugConvert(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoIDebugConvert, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
IDebugConvertinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
getJCOAssemblyName
java.lang.String getJCOAssemblyName()
Returns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
java.lang.String getJCOClassName()
Returns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
java.lang.String getJCOObjectName()
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
java.lang.Object getJCOInstance()
Returns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Returns:
- An
Objectrepresenting the instance of the instantiated Class
-
getJCOType
JCType getJCOType()
Returns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Returns:
- A
JCTyperepresenting the Type of the instantiated Class
-
GetManagedCharObject
NetObject GetManagedCharObject(UInt16 i) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetManagedInt64Object
NetObject GetManagedInt64Object(long i) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetManagedObject
NetObject GetManagedObject(NetObject value) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetManagedUInt64Object
NetObject GetManagedUInt64Object(UInt64 i) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ToPrimitive
NetObject ToPrimitive(NetObject value, TypeCode typeCode, boolean truncationPermitted) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
BooleanToString
java.lang.String BooleanToString(boolean value) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
ByteToString
java.lang.String ByteToString(byte value, int radix) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
DoubleToDateString
java.lang.String DoubleToDateString(double value) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
DoubleToString
java.lang.String DoubleToString(double value) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
GetErrorMessageForHR
java.lang.String GetErrorMessageForHR(int hr, IJSVsaEngine engine) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
Int16ToString
java.lang.String Int16ToString(short value, int radix) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
Int32ToString
java.lang.String Int32ToString(int value, int radix) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
Int64ToString
java.lang.String Int64ToString(long value, int radix) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
RegexpToString
java.lang.String RegexpToString(java.lang.String source, boolean ignoreCase, boolean global, boolean multiline) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
SByteToString
java.lang.String SByteToString(SByte value, int radix) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
SingleToString
java.lang.String SingleToString(Single value) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
StringToPrintable
java.lang.String StringToPrintable(java.lang.String source) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
UInt16ToString
java.lang.String UInt16ToString(UInt16 value, int radix) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
UInt32ToString
java.lang.String UInt32ToString(UInt32 value, int radix) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
UInt64ToString
java.lang.String UInt64ToString(UInt64 value, int radix) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-