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.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.LenientGlobalObjectstatic JCTypeclassTypeThe 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:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classGlobalObject- 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 interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classGlobalObject- 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 interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classGlobalObject- 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 interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classGlobalObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classGlobalObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classGlobalObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static LenientGlobalObject cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoLenientGlobalObject, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
LenientGlobalObjectinstance- 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
-
-