Package microsoft.jscript
Class LateBinding
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.jscript.LateBinding
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class LateBinding extends NetObject
The base .NET class managing Microsoft.JScript.LateBinding, Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.JScript.LateBinding
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.LateBindingstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description LateBinding()LateBinding(java.lang.Object instance)Internal constructor.LateBinding(java.lang.String name)LateBinding(java.lang.String name, NetObject obj)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description NetObjectCall(NetObject[] arguments, boolean construct, boolean brackets, VsaEngine engine)static NetObjectCallValue(NetObject thisob, NetObject val, NetObject[] arguments, boolean construct, boolean brackets, VsaEngine engine)static NetObjectCallValue2(NetObject val, NetObject thisob, NetObject[] arguments, boolean construct, boolean brackets, VsaEngine engine)static LateBindingcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoLateBinding, a cast assert is made to check if types are compatible.booleanDelete()static booleanDeleteMember(NetObject obj, java.lang.String name)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 TypeNetObjectGetNonMissingValue()NetObjectGetValue2()static voidSetIndexedPropertyValueStatic(NetObject obj, NetObject[] arguments, NetObject value)voidsetJCOInstance(JCObject instance)voidSetValue(NetObject value)
-
-
-
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.LateBinding- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LateBinding
public LateBinding(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
LateBinding
public LateBinding() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
LateBinding
public LateBinding(java.lang.String name) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
LateBinding
public LateBinding(java.lang.String name, NetObject obj) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- 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 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 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 interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static LateBinding cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoLateBinding, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
LateBindinginstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Delete
public boolean Delete() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, ArgumentException, NotImplementedException- Throws:
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionArgumentExceptionNotImplementedException
-
DeleteMember
public static boolean DeleteMember(NetObject obj, java.lang.String name) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, NotImplementedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionNotImplementedException
-
Call
public NetObject Call(NetObject[] arguments, boolean construct, boolean brackets, VsaEngine engine) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, NotImplementedException, InvalidOperationException, ArgumentException, JScriptException, MissingMethodException, NullReferenceException, OverflowException, OutOfMemoryException, CultureNotFoundException, ArithmeticException, JSVsaException, AmbiguousMatchException, TargetInvocationException, MissingMemberException, SecurityException, InvalidCastException
- Throws:
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionNotSupportedExceptionIndexOutOfRangeExceptionNotImplementedExceptionInvalidOperationExceptionArgumentExceptionJScriptExceptionMissingMethodExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryExceptionCultureNotFoundExceptionArithmeticExceptionJSVsaExceptionAmbiguousMatchExceptionTargetInvocationExceptionMissingMemberExceptionSecurityExceptionInvalidCastException
-
CallValue
public static NetObject CallValue(NetObject thisob, NetObject val, NetObject[] arguments, boolean construct, boolean brackets, VsaEngine engine) throws java.lang.Throwable, JScriptException, ArgumentNullException, ArgumentException, MissingMethodException, IndexOutOfRangeException, ArgumentOutOfRangeException, NullReferenceException, FormatException, OverflowException, OutOfMemoryException, CultureNotFoundException, NotSupportedException, InvalidOperationException, NotImplementedException, ArithmeticException, JSVsaException, AmbiguousMatchException, MissingMemberException, SecurityException, InvalidCastException
- Throws:
java.lang.ThrowableJScriptExceptionArgumentNullExceptionArgumentExceptionMissingMethodExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionNullReferenceExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionArithmeticExceptionJSVsaExceptionAmbiguousMatchExceptionMissingMemberExceptionSecurityExceptionInvalidCastException
-
CallValue2
public static NetObject CallValue2(NetObject val, NetObject thisob, NetObject[] arguments, boolean construct, boolean brackets, VsaEngine engine) throws java.lang.Throwable, JScriptException, ArgumentNullException, ArgumentException, MissingMethodException, IndexOutOfRangeException, ArgumentOutOfRangeException, NullReferenceException, FormatException, OverflowException, OutOfMemoryException, CultureNotFoundException, NotSupportedException, InvalidOperationException, NotImplementedException, ArithmeticException, JSVsaException, AmbiguousMatchException, MissingMemberException, SecurityException, InvalidCastException
- Throws:
java.lang.ThrowableJScriptExceptionArgumentNullExceptionArgumentExceptionMissingMethodExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionNullReferenceExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionArithmeticExceptionJSVsaExceptionAmbiguousMatchExceptionMissingMemberExceptionSecurityExceptionInvalidCastException
-
GetNonMissingValue
public NetObject GetNonMissingValue() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, NotSupportedException, MissingMethodException, NotImplementedException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, JSVsaException, CultureNotFoundException
- Throws:
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionNotSupportedExceptionMissingMethodExceptionNotImplementedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionJSVsaExceptionCultureNotFoundException
-
GetValue2
public NetObject GetValue2() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, NotSupportedException, MissingMethodException, NotImplementedException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, JSVsaException, CultureNotFoundException, JScriptException
- Throws:
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionNotSupportedExceptionMissingMethodExceptionNotImplementedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionJSVsaExceptionCultureNotFoundExceptionJScriptException
-
SetIndexedPropertyValueStatic
public static void SetIndexedPropertyValueStatic(NetObject obj, NetObject[] arguments, NetObject value) throws java.lang.Throwable, JScriptException, ArgumentNullException, ArgumentException, NullReferenceException, FormatException, OverflowException, ArgumentOutOfRangeException, OutOfMemoryException, CultureNotFoundException, NotSupportedException, InvalidOperationException, NotImplementedException, MissingMethodException, ArithmeticException, AmbiguousMatchException
- Throws:
java.lang.ThrowableJScriptExceptionArgumentNullExceptionArgumentExceptionNullReferenceExceptionFormatExceptionOverflowExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionMissingMethodExceptionArithmeticExceptionAmbiguousMatchException
-
SetValue
public void SetValue(NetObject value) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, NotSupportedException, InvalidCastException, NullReferenceException, JScriptException, NotImplementedException, ArithmeticException, OverflowException, JSVsaException, EndOfFile
- Throws:
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionNotSupportedExceptionInvalidCastExceptionNullReferenceExceptionJScriptExceptionNotImplementedExceptionArithmeticExceptionOverflowExceptionJSVsaExceptionEndOfFile
-
-