public class BaseVsaEngine extends NetObject
.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
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: Microsoft.JScript
|
static java.lang.String |
className
Qualified class name: Microsoft.JScript.Vsa.BaseVsaEngine
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
BaseVsaEngine() |
BaseVsaEngine(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static BaseVsaEngine |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into BaseVsaEngine, a cast assert is made to check if types are compatible. |
void |
Close() |
boolean |
Compile() |
_AppDomain |
getAppDomain() |
java.lang.String |
getApplicationBase() |
Assembly |
getAssembly() |
Evidence |
getEvidence() |
boolean |
getGenerateDebugInfo() |
boolean |
getIsCompiled() |
boolean |
getIsDirty() |
boolean |
getIsRunning() |
IJSVsaItems |
getItems() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
java.lang.String |
getLanguage() |
int |
getLCID() |
java.lang.String |
getName() |
NetObject |
GetOption(java.lang.String name) |
java.lang.String |
getRootMoniker() |
java.lang.String |
getRootNamespace() |
IJSVsaSite |
getSite() |
java.lang.String |
getVersion() |
void |
InitNew() |
boolean |
IsValidIdentifier(java.lang.String ident) |
void |
LoadSourceState(IJSVsaPersistSite site) |
void |
Reset() |
void |
RevokeCache() |
void |
Run() |
void |
SaveCompiledState(JCORefOut pe,
JCORefOut debugInfo) |
void |
SaveSourceState(IJSVsaPersistSite site) |
void |
setAppDomain(_AppDomain AppDomain) |
void |
setApplicationBase(java.lang.String ApplicationBase) |
void |
setEvidence(Evidence Evidence) |
void |
setGenerateDebugInfo(boolean GenerateDebugInfo) |
void |
setIsDirty(boolean IsDirty) |
void |
setJCOInstance(JCObject instance) |
void |
setLCID(int LCID) |
void |
setName(java.lang.String Name) |
void |
SetOption(java.lang.String name,
NetObject value) |
void |
setRootMoniker(java.lang.String RootMoniker) |
void |
setRootNamespace(java.lang.String RootNamespace) |
void |
setSite(IJSVsaSite Site) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public BaseVsaEngine()
throws java.lang.Throwable
java.lang.Throwablepublic BaseVsaEngine(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static BaseVsaEngine cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into BaseVsaEngine, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedBaseVsaEngine instancejava.lang.Throwable - in case of error during cast operationpublic void Close()
throws java.lang.Throwable,
ArgumentException,
JSVsaException,
ArgumentNullException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public boolean Compile()
throws java.lang.Throwable,
ArgumentException,
JSVsaException
java.lang.ThrowableArgumentExceptionJSVsaExceptionpublic _AppDomain getAppDomain() throws java.lang.Throwable, JSVsaException, NotSupportedException
java.lang.ThrowableJSVsaExceptionNotSupportedExceptionpublic java.lang.String getApplicationBase()
throws java.lang.Throwable,
JSVsaException,
NotSupportedException
java.lang.ThrowableJSVsaExceptionNotSupportedExceptionpublic Assembly getAssembly() throws java.lang.Throwable, JSVsaException
java.lang.ThrowableJSVsaExceptionpublic Evidence getEvidence() throws java.lang.Throwable, JSVsaException
java.lang.ThrowableJSVsaExceptionpublic boolean getGenerateDebugInfo()
throws java.lang.Throwable,
JSVsaException
java.lang.ThrowableJSVsaExceptionpublic boolean getIsCompiled()
throws java.lang.Throwable,
JSVsaException
java.lang.ThrowableJSVsaExceptionpublic boolean getIsDirty()
throws java.lang.Throwable,
JSVsaException
java.lang.ThrowableJSVsaExceptionpublic boolean getIsRunning()
throws java.lang.Throwable,
JSVsaException
java.lang.ThrowableJSVsaExceptionpublic IJSVsaItems getItems() throws java.lang.Throwable, JSVsaException
java.lang.ThrowableJSVsaExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic java.lang.String getLanguage()
throws java.lang.Throwable,
JSVsaException
java.lang.ThrowableJSVsaExceptionpublic int getLCID()
throws java.lang.Throwable,
JSVsaException
java.lang.ThrowableJSVsaExceptionpublic java.lang.String getName()
throws java.lang.Throwable,
JSVsaException
java.lang.ThrowableJSVsaExceptionpublic NetObject GetOption(java.lang.String name) throws java.lang.Throwable, ArgumentException, JSVsaException
java.lang.ThrowableArgumentExceptionJSVsaExceptionpublic java.lang.String getRootMoniker()
throws java.lang.Throwable,
JSVsaException
java.lang.ThrowableJSVsaExceptionpublic java.lang.String getRootNamespace()
throws java.lang.Throwable,
JSVsaException
java.lang.ThrowableJSVsaExceptionpublic IJSVsaSite getSite() throws java.lang.Throwable, JSVsaException
java.lang.ThrowableJSVsaExceptionpublic java.lang.String getVersion()
throws java.lang.Throwable,
JSVsaException
java.lang.ThrowableJSVsaExceptionpublic void InitNew()
throws java.lang.Throwable,
ArgumentException,
JSVsaException
java.lang.ThrowableArgumentExceptionJSVsaExceptionpublic boolean IsValidIdentifier(java.lang.String ident)
throws java.lang.Throwable
java.lang.Throwablepublic void LoadSourceState(IJSVsaPersistSite site) throws java.lang.Throwable, ArgumentException, JSVsaException
java.lang.ThrowableArgumentExceptionJSVsaExceptionpublic void Reset()
throws java.lang.Throwable,
ArgumentException,
JSVsaException
java.lang.ThrowableArgumentExceptionJSVsaExceptionpublic void RevokeCache()
throws java.lang.Throwable,
ArgumentException,
JSVsaException,
ArgumentNullException,
NullReferenceException,
InvalidOperationException,
ArgumentOutOfRangeException,
MemberAccessException,
IndexOutOfRangeException,
PathTooLongException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentExceptionJSVsaExceptionArgumentNullExceptionNullReferenceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionMemberAccessExceptionIndexOutOfRangeExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic 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
java.lang.ThrowableArgumentExceptionJSVsaExceptionArgumentNullExceptionArgumentOutOfRangeExceptionFormatExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionMemberAccessExceptionIndexOutOfRangeExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionWaitHandleCannotBeOpenedExceptionObjectDisposedExceptionAbandonedMutexExceptionApplicationExceptionNotImplementedExceptionpublic void SaveCompiledState(JCORefOut pe, JCORefOut debugInfo) throws java.lang.Throwable, ArgumentException, JSVsaException
java.lang.ThrowableArgumentExceptionJSVsaExceptionpublic void SaveSourceState(IJSVsaPersistSite site) throws java.lang.Throwable, ArgumentException, JSVsaException
java.lang.ThrowableArgumentExceptionJSVsaExceptionpublic void setAppDomain(_AppDomain AppDomain) throws java.lang.Throwable, JSVsaException
java.lang.ThrowableJSVsaExceptionpublic void setApplicationBase(java.lang.String ApplicationBase)
throws java.lang.Throwable,
JSVsaException
java.lang.ThrowableJSVsaExceptionpublic void setEvidence(Evidence Evidence) throws java.lang.Throwable, JSVsaException
java.lang.ThrowableJSVsaExceptionpublic void setGenerateDebugInfo(boolean GenerateDebugInfo)
throws java.lang.Throwable,
ArgumentException,
JSVsaException
java.lang.ThrowableArgumentExceptionJSVsaExceptionpublic void setIsDirty(boolean IsDirty)
throws java.lang.Throwable,
ArgumentException,
JSVsaException
java.lang.ThrowableArgumentExceptionJSVsaExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setLCID(int LCID)
throws java.lang.Throwable,
ArgumentException,
JSVsaException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ArgumentNullException,
NotSupportedException,
IndexOutOfRangeException
public void setName(java.lang.String Name)
throws java.lang.Throwable,
ArgumentException,
JSVsaException,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public void SetOption(java.lang.String name,
NetObject value)
throws java.lang.Throwable,
ArgumentException,
JSVsaException
java.lang.ThrowableArgumentExceptionJSVsaExceptionpublic 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
java.lang.ThrowableArgumentExceptionJSVsaExceptionArgumentNullExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionSecurityExceptionMemberAccessExceptionNullReferenceExceptionUriFormatExceptionOutOfMemoryExceptionUnauthorizedAccessExceptionIOExceptionNotSupportedExceptionpublic void setRootNamespace(java.lang.String RootNamespace)
throws java.lang.Throwable,
ArgumentException,
JSVsaException
java.lang.ThrowableArgumentExceptionJSVsaExceptionpublic void setSite(IJSVsaSite Site) throws java.lang.Throwable, ArgumentException, JSVsaException
java.lang.ThrowableArgumentExceptionJSVsaException