Package microsoft.jscript.vsa
Class BaseVsaEngine
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.jscript.vsa.BaseVsaEngine
-
- All Implemented Interfaces:
IJCOBridgeReflected
- Direct Known Subclasses:
VsaEngine
public class BaseVsaEngine extends NetObject
The base .NET class managing Microsoft.JScript.Vsa.BaseVsaEngine, Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.JScript.Vsa.BaseVsaEngine
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.Vsa.BaseVsaEnginestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description BaseVsaEngine()BaseVsaEngine(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BaseVsaEnginecast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoBaseVsaEngine, a cast assert is made to check if types are compatible.voidClose()booleanCompile()_AppDomaingetAppDomain()java.lang.StringgetApplicationBase()AssemblygetAssembly()EvidencegetEvidence()booleangetGenerateDebugInfo()booleangetIsCompiled()booleangetIsDirty()booleangetIsRunning()IJSVsaItemsgetItems()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 Typejava.lang.StringgetLanguage()intgetLCID()java.lang.StringgetName()NetObjectGetOption(java.lang.String name)java.lang.StringgetRootMoniker()java.lang.StringgetRootNamespace()IJSVsaSitegetSite()java.lang.StringgetVersion()voidInitNew()booleanIsValidIdentifier(java.lang.String ident)voidLoadSourceState(IJSVsaPersistSite site)voidReset()voidRevokeCache()voidRun()voidSaveCompiledState(JCORefOut pe, JCORefOut debugInfo)voidSaveSourceState(IJSVsaPersistSite site)voidsetAppDomain(_AppDomain AppDomain)voidsetApplicationBase(java.lang.String ApplicationBase)voidsetEvidence(Evidence Evidence)voidsetGenerateDebugInfo(boolean GenerateDebugInfo)voidsetIsDirty(boolean IsDirty)voidsetJCOInstance(JCObject instance)voidsetLCID(int LCID)voidsetName(java.lang.String Name)voidSetOption(java.lang.String name, NetObject value)voidsetRootMoniker(java.lang.String RootMoniker)voidsetRootNamespace(java.lang.String RootNamespace)voidsetSite(IJSVsaSite Site)
-
-
-
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.Vsa.BaseVsaEngine- 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 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 BaseVsaEngine cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoBaseVsaEngine, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
BaseVsaEngineinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Compile
public boolean Compile() throws java.lang.Throwable, ArgumentException, JSVsaException- Throws:
java.lang.ThrowableArgumentExceptionJSVsaException
-
IsValidIdentifier
public boolean IsValidIdentifier(java.lang.String ident) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
GetOption
public NetObject GetOption(java.lang.String name) throws java.lang.Throwable, ArgumentException, JSVsaException
- Throws:
java.lang.ThrowableArgumentExceptionJSVsaException
-
Close
public void Close() throws java.lang.Throwable, ArgumentException, JSVsaException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
InitNew
public void InitNew() throws java.lang.Throwable, ArgumentException, JSVsaException- Throws:
java.lang.ThrowableArgumentExceptionJSVsaException
-
LoadSourceState
public void LoadSourceState(IJSVsaPersistSite site) throws java.lang.Throwable, ArgumentException, JSVsaException
- Throws:
java.lang.ThrowableArgumentExceptionJSVsaException
-
Reset
public void Reset() throws java.lang.Throwable, ArgumentException, JSVsaException- Throws:
java.lang.ThrowableArgumentExceptionJSVsaException
-
RevokeCache
public void RevokeCache() throws java.lang.Throwable, ArgumentException, JSVsaException, ArgumentNullException, NullReferenceException, InvalidOperationException, ArgumentOutOfRangeException, MemberAccessException, IndexOutOfRangeException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException- Throws:
java.lang.ThrowableArgumentExceptionJSVsaExceptionArgumentNullExceptionNullReferenceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionMemberAccessExceptionIndexOutOfRangeExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledException
-
Run
public void Run() throws java.lang.Throwable, ArgumentException, JSVsaException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotSupportedException, InvalidOperationException, NullReferenceException, MemberAccessException, IndexOutOfRangeException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, WaitHandleCannotBeOpenedException, ObjectDisposedException, AbandonedMutexException, ApplicationException, NotImplementedException- Throws:
java.lang.ThrowableArgumentExceptionJSVsaExceptionArgumentNullExceptionArgumentOutOfRangeExceptionFormatExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionMemberAccessExceptionIndexOutOfRangeExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionWaitHandleCannotBeOpenedExceptionObjectDisposedExceptionAbandonedMutexExceptionApplicationExceptionNotImplementedException
-
SaveCompiledState
public void SaveCompiledState(JCORefOut pe, JCORefOut debugInfo) throws java.lang.Throwable, ArgumentException, JSVsaException
- Throws:
java.lang.ThrowableArgumentExceptionJSVsaException
-
SaveSourceState
public void SaveSourceState(IJSVsaPersistSite site) throws java.lang.Throwable, ArgumentException, JSVsaException
- Throws:
java.lang.ThrowableArgumentExceptionJSVsaException
-
SetOption
public void SetOption(java.lang.String name, NetObject value) throws java.lang.Throwable, ArgumentException, JSVsaException- Throws:
java.lang.ThrowableArgumentExceptionJSVsaException
-
getGenerateDebugInfo
public boolean getGenerateDebugInfo() throws java.lang.Throwable, JSVsaException- Throws:
java.lang.ThrowableJSVsaException
-
setGenerateDebugInfo
public void setGenerateDebugInfo(boolean GenerateDebugInfo) throws java.lang.Throwable, ArgumentException, JSVsaException- Throws:
java.lang.ThrowableArgumentExceptionJSVsaException
-
getIsCompiled
public boolean getIsCompiled() throws java.lang.Throwable, JSVsaException- Throws:
java.lang.ThrowableJSVsaException
-
getIsDirty
public boolean getIsDirty() throws java.lang.Throwable, JSVsaException- Throws:
java.lang.ThrowableJSVsaException
-
setIsDirty
public void setIsDirty(boolean IsDirty) throws java.lang.Throwable, ArgumentException, JSVsaException- Throws:
java.lang.ThrowableArgumentExceptionJSVsaException
-
getIsRunning
public boolean getIsRunning() throws java.lang.Throwable, JSVsaException- Throws:
java.lang.ThrowableJSVsaException
-
getLCID
public int getLCID() throws java.lang.Throwable, JSVsaException- Throws:
java.lang.ThrowableJSVsaException
-
setLCID
public void setLCID(int LCID) throws java.lang.Throwable, ArgumentException, JSVsaException, ArgumentOutOfRangeException, CultureNotFoundException, ArgumentNullException, NotSupportedException, IndexOutOfRangeException
-
getItems
public IJSVsaItems getItems() throws java.lang.Throwable, JSVsaException
- Throws:
java.lang.ThrowableJSVsaException
-
getSite
public IJSVsaSite getSite() throws java.lang.Throwable, JSVsaException
- Throws:
java.lang.ThrowableJSVsaException
-
setSite
public void setSite(IJSVsaSite Site) throws java.lang.Throwable, ArgumentException, JSVsaException
- Throws:
java.lang.ThrowableArgumentExceptionJSVsaException
-
getAppDomain
public _AppDomain getAppDomain() throws java.lang.Throwable, JSVsaException, NotSupportedException
- Throws:
java.lang.ThrowableJSVsaExceptionNotSupportedException
-
setAppDomain
public void setAppDomain(_AppDomain AppDomain) throws java.lang.Throwable, JSVsaException
- Throws:
java.lang.ThrowableJSVsaException
-
getAssembly
public Assembly getAssembly() throws java.lang.Throwable, JSVsaException
- Throws:
java.lang.ThrowableJSVsaException
-
getEvidence
public Evidence getEvidence() throws java.lang.Throwable, JSVsaException
- Throws:
java.lang.ThrowableJSVsaException
-
setEvidence
public void setEvidence(Evidence Evidence) throws java.lang.Throwable, JSVsaException
- Throws:
java.lang.ThrowableJSVsaException
-
getApplicationBase
public java.lang.String getApplicationBase() throws java.lang.Throwable, JSVsaException, NotSupportedException- Throws:
java.lang.ThrowableJSVsaExceptionNotSupportedException
-
setApplicationBase
public void setApplicationBase(java.lang.String ApplicationBase) throws java.lang.Throwable, JSVsaException- Throws:
java.lang.ThrowableJSVsaException
-
getLanguage
public java.lang.String getLanguage() throws java.lang.Throwable, JSVsaException- Throws:
java.lang.ThrowableJSVsaException
-
getName
public java.lang.String getName() throws java.lang.Throwable, JSVsaException- Throws:
java.lang.ThrowableJSVsaException
-
setName
public void setName(java.lang.String Name) throws java.lang.Throwable, ArgumentException, JSVsaException, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
getRootMoniker
public java.lang.String getRootMoniker() throws java.lang.Throwable, JSVsaException- Throws:
java.lang.ThrowableJSVsaException
-
setRootMoniker
public void setRootMoniker(java.lang.String RootMoniker) throws java.lang.Throwable, ArgumentException, JSVsaException, ArgumentNullException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, SecurityException, MemberAccessException, NullReferenceException, UriFormatException, OutOfMemoryException, UnauthorizedAccessException, IOException, NotSupportedException- Throws:
java.lang.ThrowableArgumentExceptionJSVsaExceptionArgumentNullExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionSecurityExceptionMemberAccessExceptionNullReferenceExceptionUriFormatExceptionOutOfMemoryExceptionUnauthorizedAccessExceptionIOExceptionNotSupportedException
-
getRootNamespace
public java.lang.String getRootNamespace() throws java.lang.Throwable, JSVsaException- Throws:
java.lang.ThrowableJSVsaException
-
setRootNamespace
public void setRootNamespace(java.lang.String RootNamespace) throws java.lang.Throwable, ArgumentException, JSVsaException- Throws:
java.lang.ThrowableArgumentExceptionJSVsaException
-
getVersion
public java.lang.String getVersion() throws java.lang.Throwable, JSVsaException- Throws:
java.lang.ThrowableJSVsaException
-
-