public class Executor extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.CodeDom.Compiler.Executor
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: System.CodeDom, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
|
static java.lang.String |
assemblyShortName
Assembly name: System.CodeDom
|
static java.lang.String |
className
Qualified class name: System.CodeDom.Compiler.Executor
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Executor() |
Executor(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Executor |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into Executor, a cast assert is made to check if types are compatible. |
static void |
ExecWait(java.lang.String cmd,
TempFileCollection tempFiles) |
static int |
ExecWaitWithCapture(java.lang.String cmd,
java.lang.String currentDir,
TempFileCollection tempFiles,
JCORefOut outputName,
JCORefOut errorName) |
static int |
ExecWaitWithCapture(java.lang.String cmd,
TempFileCollection tempFiles,
JCORefOut outputName,
JCORefOut errorName) |
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
|
void |
setJCOInstance(JCObject instance) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Executor()
throws java.lang.Throwable
java.lang.Throwablepublic Executor(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static Executor cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Executor, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedExecutor instancejava.lang.Throwable - in case of error during cast operationpublic static void ExecWait(java.lang.String cmd,
TempFileCollection tempFiles)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
OutOfMemoryException,
InvalidOperationException,
CultureNotFoundException,
IOException,
ArgumentNullException,
Win32Exception,
CryptographicException,
MulticastNotSupportedException,
AbandonedMutexException,
TaskCanceledException,
AggregateException,
ExternalException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionInvalidOperationExceptionCultureNotFoundExceptionIOExceptionArgumentNullExceptionWin32ExceptionCryptographicExceptionMulticastNotSupportedExceptionAbandonedMutexExceptionTaskCanceledExceptionAggregateExceptionExternalExceptionpublic static int ExecWaitWithCapture(java.lang.String cmd,
java.lang.String currentDir,
TempFileCollection tempFiles,
JCORefOut outputName,
JCORefOut errorName)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
FormatException,
OutOfMemoryException,
IOException,
AggregateException,
Win32Exception,
KeyNotFoundException,
CryptographicException,
MulticastNotSupportedException,
AbandonedMutexException,
TaskSchedulerException,
TaskCanceledException,
ExternalException,
CultureNotFoundException,
MissingMemberException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionIOExceptionAggregateExceptionWin32ExceptionKeyNotFoundExceptionCryptographicExceptionMulticastNotSupportedExceptionAbandonedMutexExceptionTaskSchedulerExceptionTaskCanceledExceptionExternalExceptionCultureNotFoundExceptionMissingMemberExceptionpublic static int ExecWaitWithCapture(java.lang.String cmd,
TempFileCollection tempFiles,
JCORefOut outputName,
JCORefOut errorName)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
OutOfMemoryException,
PlatformNotSupportedException,
NullReferenceException,
ExternalException,
ArgumentNullException,
CultureNotFoundException,
FormatException,
IOException,
ObjectDisposedException,
AggregateException,
Win32Exception,
KeyNotFoundException,
CryptographicException,
MulticastNotSupportedException,
AbandonedMutexException,
TaskSchedulerException,
TaskCanceledException,
MissingMemberException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionNullReferenceExceptionExternalExceptionArgumentNullExceptionCultureNotFoundExceptionFormatExceptionIOExceptionObjectDisposedExceptionAggregateExceptionWin32ExceptionKeyNotFoundExceptionCryptographicExceptionMulticastNotSupportedExceptionAbandonedMutexExceptionTaskSchedulerExceptionTaskCanceledExceptionMissingMemberExceptionpublic 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 void setJCOInstance(JCObject instance)
setJCOInstance in class NetObject