Package microsoft.jscript
Class LenientGlobalObject
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.jscript.GlobalObject
-
- microsoft.jscript.LenientGlobalObject
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class LenientGlobalObject extends GlobalObject
The base .NET class managing Microsoft.JScript.LenientGlobalObject, Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.JScript.LenientGlobalObject
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.LenientGlobalObjectstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description LenientGlobalObject()
LenientGlobalObject(java.lang.Object instance)
Internal constructor.
-
Method Summary
-
Methods inherited from class microsoft.jscript.GlobalObject
CollectGarbage, decodeURI, decodeURIComponent, encodeURI, encodeURIComponent, escape, eval, getActiveXObject, getArray, getboolean, getBoolean, getbyte, getchar, getDate, getdecimal, getdouble, getEnumerator, getError, getEvalError, getfloat, getFunction, getint, getlong, getMath, getNumber, getObject, GetObject, getRangeError, getReferenceError, getRegExp, getsbyte, getshort, getString, getSyntaxError, getTypeError, getuint, getulong, getURIError, getushort, getVBArray, getvoid, isFinite, isNaN, parseFloat, parseInt, ScriptEngine, ScriptEngineBuildVersion, ScriptEngineMajorVersion, ScriptEngineMinorVersion, unescape
-
-
-
-
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.LenientGlobalObject- 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 interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classGlobalObject
- 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 interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classGlobalObject
- 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 interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classGlobalObject
- 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 interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classGlobalObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classGlobalObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classGlobalObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static LenientGlobalObject cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoLenientGlobalObject
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
LenientGlobalObject
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
getActiveXObjectNewLenientGlobalObject
public NetObject getActiveXObjectNewLenientGlobalObject() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setActiveXObject
public void setActiveXObject(NetObject ActiveXObject) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getArrayNewLenientGlobalObject
public NetObject getArrayNewLenientGlobalObject() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setArray
public void setArray(NetObject Array) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBooleanNewLenientGlobalObject
public NetObject getBooleanNewLenientGlobalObject() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBoolean
public void setBoolean(NetObject Boolean) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDateNewLenientGlobalObject
public NetObject getDateNewLenientGlobalObject() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDate
public void setDate(NetObject Date) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getEnumeratorNewLenientGlobalObject
public NetObject getEnumeratorNewLenientGlobalObject() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setEnumerator
public void setEnumerator(NetObject Enumerator) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getErrorNewLenientGlobalObject
public NetObject getErrorNewLenientGlobalObject() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setError
public void setError(NetObject Error) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getEvalErrorNewLenientGlobalObject
public NetObject getEvalErrorNewLenientGlobalObject() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setEvalError
public void setEvalError(NetObject EvalError) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFunctionNewLenientGlobalObject
public NetObject getFunctionNewLenientGlobalObject() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFunction
public void setFunction(NetObject Function) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMathNewLenientGlobalObject
public NetObject getMathNewLenientGlobalObject() throws java.lang.Throwable, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, InvalidOperationException, ArgumentNullException, ArgumentException, MissingMethodException, TargetInvocationException
-
setMath
public void setMath(NetObject Math) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getNumberNewLenientGlobalObject
public NetObject getNumberNewLenientGlobalObject() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setNumber
public void setNumber(NetObject Number) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getObjectNewLenientGlobalObject
public NetObject getObjectNewLenientGlobalObject() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setObject
public void setObject(NetObject Object) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getRangeErrorNewLenientGlobalObject
public NetObject getRangeErrorNewLenientGlobalObject() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setRangeError
public void setRangeError(NetObject RangeError) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getReferenceErrorNewLenientGlobalObject
public NetObject getReferenceErrorNewLenientGlobalObject() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setReferenceError
public void setReferenceError(NetObject ReferenceError) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getRegExpNewLenientGlobalObject
public NetObject getRegExpNewLenientGlobalObject() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setRegExp
public void setRegExp(NetObject RegExp) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getStringNewLenientGlobalObject
public NetObject getStringNewLenientGlobalObject() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setString
public void setString(NetObject String) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSyntaxErrorNewLenientGlobalObject
public NetObject getSyntaxErrorNewLenientGlobalObject() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSyntaxError
public void setSyntaxError(NetObject SyntaxError) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTypeErrorNewLenientGlobalObject
public NetObject getTypeErrorNewLenientGlobalObject() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTypeError
public void setTypeError(NetObject TypeError) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getURIErrorNewLenientGlobalObject
public NetObject getURIErrorNewLenientGlobalObject() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setURIError
public void setURIError(NetObject URIError) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getVBArrayNewLenientGlobalObject
public NetObject getVBArrayNewLenientGlobalObject() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setVBArray
public void setVBArray(NetObject VBArray) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-