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.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.IDebugConvertstatic JCTypeclassTypeThe 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.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)-
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:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIDebugConvert- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIDebugConvert- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIDebugConvert- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIDebugConvert- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIDebugConvert- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
ToIDebugConvert
public 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
-
GetManagedCharObject
public NetObject GetManagedCharObject(UInt16 i) throws java.lang.Throwable
- Specified by:
GetManagedCharObjectin interfaceIDebugConvert- Throws:
java.lang.Throwable
-
GetManagedInt64Object
public NetObject GetManagedInt64Object(long i) throws java.lang.Throwable
- Specified by:
GetManagedInt64Objectin interfaceIDebugConvert- Throws:
java.lang.Throwable
-
GetManagedObject
public NetObject GetManagedObject(NetObject value) throws java.lang.Throwable
- Specified by:
GetManagedObjectin interfaceIDebugConvert- Throws:
java.lang.Throwable
-
GetManagedUInt64Object
public NetObject GetManagedUInt64Object(UInt64 i) throws java.lang.Throwable
- Specified by:
GetManagedUInt64Objectin interfaceIDebugConvert- Throws:
java.lang.Throwable
-
ToPrimitive
public NetObject ToPrimitive(NetObject value, TypeCode typeCode, boolean truncationPermitted) throws java.lang.Throwable
- Specified by:
ToPrimitivein interfaceIDebugConvert- Throws:
java.lang.Throwable
-
BooleanToString
public java.lang.String BooleanToString(boolean value) throws java.lang.Throwable- Specified by:
BooleanToStringin interfaceIDebugConvert- Throws:
java.lang.Throwable
-
ByteToString
public java.lang.String ByteToString(byte value, int radix) throws java.lang.Throwable- Specified by:
ByteToStringin interfaceIDebugConvert- Throws:
java.lang.Throwable
-
DoubleToDateString
public java.lang.String DoubleToDateString(double value) throws java.lang.Throwable- Specified by:
DoubleToDateStringin interfaceIDebugConvert- Throws:
java.lang.Throwable
-
DoubleToString
public java.lang.String DoubleToString(double value) throws java.lang.Throwable- Specified by:
DoubleToStringin interfaceIDebugConvert- Throws:
java.lang.Throwable
-
GetErrorMessageForHR
public java.lang.String GetErrorMessageForHR(int hr, IJSVsaEngine engine) throws java.lang.Throwable- Specified by:
GetErrorMessageForHRin interfaceIDebugConvert- Throws:
java.lang.Throwable
-
Int16ToString
public java.lang.String Int16ToString(short value, int radix) throws java.lang.Throwable- Specified by:
Int16ToStringin interfaceIDebugConvert- Throws:
java.lang.Throwable
-
Int32ToString
public java.lang.String Int32ToString(int value, int radix) throws java.lang.Throwable- Specified by:
Int32ToStringin interfaceIDebugConvert- Throws:
java.lang.Throwable
-
Int64ToString
public java.lang.String Int64ToString(long value, int radix) throws java.lang.Throwable- Specified by:
Int64ToStringin 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:
RegexpToStringin interfaceIDebugConvert- Throws:
java.lang.Throwable
-
SByteToString
public java.lang.String SByteToString(SByte value, int radix) throws java.lang.Throwable
- Specified by:
SByteToStringin interfaceIDebugConvert- Throws:
java.lang.Throwable
-
SingleToString
public java.lang.String SingleToString(Single value) throws java.lang.Throwable
- Specified by:
SingleToStringin interfaceIDebugConvert- Throws:
java.lang.Throwable
-
StringToPrintable
public java.lang.String StringToPrintable(java.lang.String source) throws java.lang.Throwable- Specified by:
StringToPrintablein interfaceIDebugConvert- Throws:
java.lang.Throwable
-
UInt16ToString
public java.lang.String UInt16ToString(UInt16 value, int radix) throws java.lang.Throwable
- Specified by:
UInt16ToStringin interfaceIDebugConvert- Throws:
java.lang.Throwable
-
UInt32ToString
public java.lang.String UInt32ToString(UInt32 value, int radix) throws java.lang.Throwable
- Specified by:
UInt32ToStringin interfaceIDebugConvert- Throws:
java.lang.Throwable
-
UInt64ToString
public java.lang.String UInt64ToString(UInt64 value, int radix) throws java.lang.Throwable
- Specified by:
UInt64ToStringin interfaceIDebugConvert- Throws:
java.lang.Throwable
-
-