Package microsoft.jscript.vsa
Class IJSVsaEngineImplementation
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.jscript.vsa.IJSVsaEngineImplementation
-
- All Implemented Interfaces:
IJSVsaEngine
,IJCOBridgeReflected
public class IJSVsaEngineImplementation extends NetObject implements IJSVsaEngine
The base .NET class managing Microsoft.JScript.Vsa.IJSVsaEngine, 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.IJSVsaEngine
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.String
assemblyFullName
Fully assembly qualified name: Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: Microsoft.JScriptstatic java.lang.String
className
Qualified class name: Microsoft.JScript.Vsa.IJSVsaEnginestatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description IJSVsaEngineImplementation(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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 namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typejava.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 theIJCOBridgeReflected
instance intoIJSVsaEngine
, a cast assert is made to check if types are compatible.-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToString
-
-
-
-
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.IJSVsaEngine- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOAssemblyName
in interfaceIJSVsaEngine
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOClassName
in interfaceIJSVsaEngine
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOObjectName
in interfaceIJSVsaEngine
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Specified by:
getJCOInstance
in interfaceIJSVsaEngine
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Specified by:
getJCOType
in interfaceIJSVsaEngine
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
ToIJSVsaEngine
public static IJSVsaEngine ToIJSVsaEngine(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoIJSVsaEngine
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
IJSVsaEngine
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Compile
public boolean Compile() throws java.lang.Throwable
- Specified by:
Compile
in interfaceIJSVsaEngine
- Throws:
java.lang.Throwable
-
IsValidIdentifier
public boolean IsValidIdentifier(java.lang.String identifier) throws java.lang.Throwable
- Specified by:
IsValidIdentifier
in interfaceIJSVsaEngine
- Throws:
java.lang.Throwable
-
GetOption
public NetObject GetOption(java.lang.String name) throws java.lang.Throwable
- Specified by:
GetOption
in interfaceIJSVsaEngine
- Throws:
java.lang.Throwable
-
Close
public void Close() throws java.lang.Throwable
- Specified by:
Close
in interfaceIJSVsaEngine
- Throws:
java.lang.Throwable
-
InitNew
public void InitNew() throws java.lang.Throwable
- Specified by:
InitNew
in interfaceIJSVsaEngine
- Throws:
java.lang.Throwable
-
LoadSourceState
public void LoadSourceState(IJSVsaPersistSite site) throws java.lang.Throwable
- Specified by:
LoadSourceState
in interfaceIJSVsaEngine
- Throws:
java.lang.Throwable
-
Reset
public void Reset() throws java.lang.Throwable
- Specified by:
Reset
in interfaceIJSVsaEngine
- Throws:
java.lang.Throwable
-
RevokeCache
public void RevokeCache() throws java.lang.Throwable
- Specified by:
RevokeCache
in interfaceIJSVsaEngine
- Throws:
java.lang.Throwable
-
Run
public void Run() throws java.lang.Throwable
- Specified by:
Run
in interfaceIJSVsaEngine
- Throws:
java.lang.Throwable
-
SaveCompiledState
public void SaveCompiledState(JCORefOut pe, JCORefOut pdb) throws java.lang.Throwable
- Specified by:
SaveCompiledState
in interfaceIJSVsaEngine
- Throws:
java.lang.Throwable
-
SaveSourceState
public void SaveSourceState(IJSVsaPersistSite site) throws java.lang.Throwable
- Specified by:
SaveSourceState
in interfaceIJSVsaEngine
- Throws:
java.lang.Throwable
-
SetOption
public void SetOption(java.lang.String name, NetObject value) throws java.lang.Throwable
- Specified by:
SetOption
in interfaceIJSVsaEngine
- Throws:
java.lang.Throwable
-
getGenerateDebugInfo
public boolean getGenerateDebugInfo() throws java.lang.Throwable
- Specified by:
getGenerateDebugInfo
in interfaceIJSVsaEngine
- Throws:
java.lang.Throwable
-
setGenerateDebugInfo
public void setGenerateDebugInfo(boolean GenerateDebugInfo) throws java.lang.Throwable
- Specified by:
setGenerateDebugInfo
in interfaceIJSVsaEngine
- Throws:
java.lang.Throwable
-
getIsCompiled
public boolean getIsCompiled() throws java.lang.Throwable
- Specified by:
getIsCompiled
in interfaceIJSVsaEngine
- Throws:
java.lang.Throwable
-
getIsDirty
public boolean getIsDirty() throws java.lang.Throwable
- Specified by:
getIsDirty
in interfaceIJSVsaEngine
- Throws:
java.lang.Throwable
-
getIsRunning
public boolean getIsRunning() throws java.lang.Throwable
- Specified by:
getIsRunning
in interfaceIJSVsaEngine
- Throws:
java.lang.Throwable
-
getLCID
public int getLCID() throws java.lang.Throwable
- Specified by:
getLCID
in interfaceIJSVsaEngine
- Throws:
java.lang.Throwable
-
setLCID
public void setLCID(int LCID) throws java.lang.Throwable
- Specified by:
setLCID
in interfaceIJSVsaEngine
- Throws:
java.lang.Throwable
-
getItems
public IJSVsaItems getItems() throws java.lang.Throwable
- Specified by:
getItems
in interfaceIJSVsaEngine
- Throws:
java.lang.Throwable
-
getSite
public IJSVsaSite getSite() throws java.lang.Throwable
- Specified by:
getSite
in interfaceIJSVsaEngine
- Throws:
java.lang.Throwable
-
setSite
public void setSite(IJSVsaSite Site) throws java.lang.Throwable
- Specified by:
setSite
in interfaceIJSVsaEngine
- Throws:
java.lang.Throwable
-
getAssembly
public Assembly getAssembly() throws java.lang.Throwable
- Specified by:
getAssembly
in interfaceIJSVsaEngine
- Throws:
java.lang.Throwable
-
getEvidence
public Evidence getEvidence() throws java.lang.Throwable
- Specified by:
getEvidence
in interfaceIJSVsaEngine
- Throws:
java.lang.Throwable
-
setEvidence
public void setEvidence(Evidence Evidence) throws java.lang.Throwable
- Specified by:
setEvidence
in interfaceIJSVsaEngine
- Throws:
java.lang.Throwable
-
getLanguage
public java.lang.String getLanguage() throws java.lang.Throwable
- Specified by:
getLanguage
in interfaceIJSVsaEngine
- Throws:
java.lang.Throwable
-
getName
public java.lang.String getName() throws java.lang.Throwable
- Specified by:
getName
in interfaceIJSVsaEngine
- Throws:
java.lang.Throwable
-
setName
public void setName(java.lang.String Name) throws java.lang.Throwable
- Specified by:
setName
in interfaceIJSVsaEngine
- Throws:
java.lang.Throwable
-
getRootMoniker
public java.lang.String getRootMoniker() throws java.lang.Throwable
- Specified by:
getRootMoniker
in interfaceIJSVsaEngine
- Throws:
java.lang.Throwable
-
setRootMoniker
public void setRootMoniker(java.lang.String RootMoniker) throws java.lang.Throwable
- Specified by:
setRootMoniker
in interfaceIJSVsaEngine
- Throws:
java.lang.Throwable
-
getRootNamespace
public java.lang.String getRootNamespace() throws java.lang.Throwable
- Specified by:
getRootNamespace
in interfaceIJSVsaEngine
- Throws:
java.lang.Throwable
-
setRootNamespace
public void setRootNamespace(java.lang.String RootNamespace) throws java.lang.Throwable
- Specified by:
setRootNamespace
in interfaceIJSVsaEngine
- Throws:
java.lang.Throwable
-
getVersion
public java.lang.String getVersion() throws java.lang.Throwable
- Specified by:
getVersion
in interfaceIJSVsaEngine
- Throws:
java.lang.Throwable
-
-