public class IJSVsaEngineImplementation extends NetObject implements IJSVsaEngine
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.JScript.Vsa.IJSVsaEngine
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.IJSVsaEngine
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
IJSVsaEngineImplementation(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Close() |
boolean |
Compile() |
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 identifier) |
void |
LoadSourceState(IJSVsaPersistSite site) |
void |
Reset() |
void |
RevokeCache() |
void |
Run() |
void |
SaveCompiledState(JCORefOut pe,
JCORefOut pdb) |
void |
SaveSourceState(IJSVsaPersistSite site) |
void |
setEvidence(Evidence Evidence) |
void |
setGenerateDebugInfo(boolean GenerateDebugInfo) |
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) |
static IJSVsaEngine |
ToIJSVsaEngine(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into IJSVsaEngine, a cast assert is made to check if types are compatible. |
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public IJSVsaEngineImplementation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void Close()
throws java.lang.Throwable
Close in interface IJSVsaEnginejava.lang.Throwablepublic boolean Compile()
throws java.lang.Throwable
Compile in interface IJSVsaEnginejava.lang.Throwablepublic Assembly getAssembly() throws java.lang.Throwable
getAssembly in interface IJSVsaEnginejava.lang.Throwablepublic Evidence getEvidence() throws java.lang.Throwable
getEvidence in interface IJSVsaEnginejava.lang.Throwablepublic boolean getGenerateDebugInfo()
throws java.lang.Throwable
getGenerateDebugInfo in interface IJSVsaEnginejava.lang.Throwablepublic boolean getIsCompiled()
throws java.lang.Throwable
getIsCompiled in interface IJSVsaEnginejava.lang.Throwablepublic boolean getIsDirty()
throws java.lang.Throwable
getIsDirty in interface IJSVsaEnginejava.lang.Throwablepublic boolean getIsRunning()
throws java.lang.Throwable
getIsRunning in interface IJSVsaEnginejava.lang.Throwablepublic IJSVsaItems getItems() throws java.lang.Throwable
getItems in interface IJSVsaEnginejava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJSVsaEnginegetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJSVsaEnginegetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJSVsaEnginegetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJSVsaEnginegetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJSVsaEnginegetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic java.lang.String getLanguage()
throws java.lang.Throwable
getLanguage in interface IJSVsaEnginejava.lang.Throwablepublic int getLCID()
throws java.lang.Throwable
getLCID in interface IJSVsaEnginejava.lang.Throwablepublic java.lang.String getName()
throws java.lang.Throwable
getName in interface IJSVsaEnginejava.lang.Throwablepublic NetObject GetOption(java.lang.String name) throws java.lang.Throwable
GetOption in interface IJSVsaEnginejava.lang.Throwablepublic java.lang.String getRootMoniker()
throws java.lang.Throwable
getRootMoniker in interface IJSVsaEnginejava.lang.Throwablepublic java.lang.String getRootNamespace()
throws java.lang.Throwable
getRootNamespace in interface IJSVsaEnginejava.lang.Throwablepublic IJSVsaSite getSite() throws java.lang.Throwable
getSite in interface IJSVsaEnginejava.lang.Throwablepublic java.lang.String getVersion()
throws java.lang.Throwable
getVersion in interface IJSVsaEnginejava.lang.Throwablepublic void InitNew()
throws java.lang.Throwable
InitNew in interface IJSVsaEnginejava.lang.Throwablepublic boolean IsValidIdentifier(java.lang.String identifier)
throws java.lang.Throwable
IsValidIdentifier in interface IJSVsaEnginejava.lang.Throwablepublic void LoadSourceState(IJSVsaPersistSite site) throws java.lang.Throwable
LoadSourceState in interface IJSVsaEnginejava.lang.Throwablepublic void Reset()
throws java.lang.Throwable
Reset in interface IJSVsaEnginejava.lang.Throwablepublic void RevokeCache()
throws java.lang.Throwable
RevokeCache in interface IJSVsaEnginejava.lang.Throwablepublic void Run()
throws java.lang.Throwable
Run in interface IJSVsaEnginejava.lang.Throwablepublic void SaveCompiledState(JCORefOut pe, JCORefOut pdb) throws java.lang.Throwable
SaveCompiledState in interface IJSVsaEnginejava.lang.Throwablepublic void SaveSourceState(IJSVsaPersistSite site) throws java.lang.Throwable
SaveSourceState in interface IJSVsaEnginejava.lang.Throwablepublic void setEvidence(Evidence Evidence) throws java.lang.Throwable
setEvidence in interface IJSVsaEnginejava.lang.Throwablepublic void setGenerateDebugInfo(boolean GenerateDebugInfo)
throws java.lang.Throwable
setGenerateDebugInfo in interface IJSVsaEnginejava.lang.Throwablepublic void setLCID(int LCID)
throws java.lang.Throwable
setLCID in interface IJSVsaEnginejava.lang.Throwablepublic void setName(java.lang.String Name)
throws java.lang.Throwable
setName in interface IJSVsaEnginejava.lang.Throwablepublic void SetOption(java.lang.String name,
NetObject value)
throws java.lang.Throwable
SetOption in interface IJSVsaEnginejava.lang.Throwablepublic void setRootMoniker(java.lang.String RootMoniker)
throws java.lang.Throwable
setRootMoniker in interface IJSVsaEnginejava.lang.Throwablepublic void setRootNamespace(java.lang.String RootNamespace)
throws java.lang.Throwable
setRootNamespace in interface IJSVsaEnginejava.lang.Throwablepublic void setSite(IJSVsaSite Site) throws java.lang.Throwable
setSite in interface IJSVsaEnginejava.lang.Throwablepublic static IJSVsaEngine ToIJSVsaEngine(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IJSVsaEngine, a cast assert is made to check if types are compatible.ToIJSVsaEngine in interface IJSVsaEnginefrom - IJCOBridgeReflected instance to be castedIJSVsaEngine instancejava.lang.Throwable - in case of error during cast operation