public class CompileWorkflowTask extends Task
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Workflow.ComponentModel.Compiler.CompileWorkflowTask
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.Workflow.ComponentModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: System.Workflow.ComponentModel
|
static java.lang.String |
className
Qualified class name: System.Workflow.ComponentModel.Compiler.CompileWorkflowTask
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
CompileWorkflowTask() |
CompileWorkflowTask(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static CompileWorkflowTask |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into CompileWorkflowTask, a cast assert is made to check if types are compatible. |
boolean |
Execute() |
java.lang.String |
getAssemblyName() |
boolean |
getBuildingProject() |
ITaskItem[] |
getCompilationOptions() |
boolean |
getDelaySign() |
NetObject |
getHostObjectNewCompileWorkflowTask() |
java.lang.String |
getImports() |
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 |
getKeepTemporaryFiles() |
java.lang.String |
getKeyContainer() |
java.lang.String |
getKeyFile() |
ITaskItem[] |
getOutputFiles() |
java.lang.String |
getProjectDirectory() |
java.lang.String |
getProjectExtension() |
ITaskItem[] |
getReferenceFiles() |
ITaskItem[] |
getResourceFiles() |
java.lang.String |
getRootNamespace() |
ITaskItem[] |
getSourceCodeFiles() |
java.lang.String |
getTargetFramework() |
java.lang.String[] |
getTemporaryFiles() |
ITaskItem[] |
getWorkflowMarkupFiles() |
void |
setAssemblyName(java.lang.String AssemblyName) |
void |
setBuildingProject(boolean BuildingProject) |
void |
setCompilationOptions(ITaskItem[] CompilationOptions) |
void |
setDelaySign(boolean DelaySign) |
void |
setImports(java.lang.String Imports) |
void |
setJCOInstance(JCObject instance) |
void |
setKeyContainer(java.lang.String KeyContainer) |
void |
setKeyFile(java.lang.String KeyFile) |
void |
setProjectDirectory(java.lang.String ProjectDirectory) |
void |
setProjectExtension(java.lang.String ProjectExtension) |
void |
setReferenceFiles(ITaskItem[] ReferenceFiles) |
void |
setResourceFiles(ITaskItem[] ResourceFiles) |
void |
setRootNamespace(java.lang.String RootNamespace) |
void |
setSourceCodeFiles(ITaskItem[] SourceCodeFiles) |
void |
setTargetFramework(java.lang.String TargetFramework) |
void |
setWorkflowMarkupFiles(ITaskItem[] WorkflowMarkupFiles) |
getBuildEngine, getBuildEngine2, getBuildEngine3, getBuildEngine4, getHostObject, getLog, setBuildEngine, setHostObjectpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public CompileWorkflowTask()
throws java.lang.Throwable,
InvalidOperationException,
ArgumentNullException,
ArgumentException,
TypeLoadException,
SecurityException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
NotImplementedException,
ArgumentOutOfRangeException,
OutOfMemoryException,
IndexOutOfRangeException,
ObjectDisposedException,
AbandonedMutexException,
CultureNotFoundException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionArgumentExceptionTypeLoadExceptionSecurityExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionCultureNotFoundExceptionpublic CompileWorkflowTask(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static CompileWorkflowTask cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into CompileWorkflowTask, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedCompileWorkflowTask instancejava.lang.Throwable - in case of error during cast operationpublic boolean Execute()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArgumentException,
OutOfMemoryException,
ObjectDisposedException,
AbandonedMutexException,
CultureNotFoundException,
NotSupportedException,
IndexOutOfRangeException,
SecurityException,
UnauthorizedAccessException,
IOException,
NotImplementedException,
FormatException,
MissingMethodException,
PathTooLongException,
NullReferenceException,
InvalidDataException,
XmlException,
Win32Exception,
RankException,
CryptographicException,
KeyNotFoundException,
PlatformNotSupportedException,
MulticastNotSupportedException,
WorkflowMarkupSerializationException,
EndOfStreamException,
CannotUnloadAppDomainException
Execute in class Taskjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionArgumentExceptionOutOfMemoryExceptionObjectDisposedExceptionAbandonedMutexExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionNotImplementedExceptionFormatExceptionMissingMethodExceptionPathTooLongExceptionNullReferenceExceptionInvalidDataExceptionXmlExceptionWin32ExceptionRankExceptionCryptographicExceptionKeyNotFoundExceptionPlatformNotSupportedExceptionMulticastNotSupportedExceptionWorkflowMarkupSerializationExceptionEndOfStreamExceptionCannotUnloadAppDomainExceptionpublic java.lang.String getAssemblyName()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getBuildingProject()
throws java.lang.Throwable
java.lang.Throwablepublic final ITaskItem[] getCompilationOptions() throws java.lang.Throwable
java.lang.Throwablepublic boolean getDelaySign()
throws java.lang.Throwable
java.lang.Throwablepublic NetObject getHostObjectNewCompileWorkflowTask() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getImports()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class TaskString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class TaskString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class TaskObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class TaskString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class TaskJCType representing the CLR Type of the instantiated Classpublic java.lang.String getKeepTemporaryFiles()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ArgumentException,
ObjectDisposedException,
IndexOutOfRangeException,
OutOfMemoryException,
SecurityException,
UnauthorizedAccessException,
IOException
public java.lang.String getKeyContainer()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getKeyFile()
throws java.lang.Throwable
java.lang.Throwablepublic final ITaskItem[] getOutputFiles() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotSupportedExceptionpublic java.lang.String getProjectDirectory()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getProjectExtension()
throws java.lang.Throwable
java.lang.Throwablepublic final ITaskItem[] getReferenceFiles() throws java.lang.Throwable
java.lang.Throwablepublic final ITaskItem[] getResourceFiles() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getRootNamespace()
throws java.lang.Throwable
java.lang.Throwablepublic final ITaskItem[] getSourceCodeFiles() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTargetFramework()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String[] getTemporaryFiles()
throws java.lang.Throwable,
ArgumentException
java.lang.ThrowableArgumentExceptionpublic final ITaskItem[] getWorkflowMarkupFiles() throws java.lang.Throwable
java.lang.Throwablepublic void setAssemblyName(java.lang.String AssemblyName)
throws java.lang.Throwable
java.lang.Throwablepublic void setBuildingProject(boolean BuildingProject)
throws java.lang.Throwable
java.lang.Throwablepublic void setCompilationOptions(ITaskItem[] CompilationOptions) throws java.lang.Throwable
java.lang.Throwablepublic void setDelaySign(boolean DelaySign)
throws java.lang.Throwable
java.lang.Throwablepublic void setImports(java.lang.String Imports)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class Taskpublic void setKeyContainer(java.lang.String KeyContainer)
throws java.lang.Throwable
java.lang.Throwablepublic void setKeyFile(java.lang.String KeyFile)
throws java.lang.Throwable
java.lang.Throwablepublic void setProjectDirectory(java.lang.String ProjectDirectory)
throws java.lang.Throwable
java.lang.Throwablepublic void setProjectExtension(java.lang.String ProjectExtension)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
TypeLoadException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException
public void setReferenceFiles(ITaskItem[] ReferenceFiles) throws java.lang.Throwable
java.lang.Throwablepublic void setResourceFiles(ITaskItem[] ResourceFiles) throws java.lang.Throwable
java.lang.Throwablepublic void setRootNamespace(java.lang.String RootNamespace)
throws java.lang.Throwable
java.lang.Throwablepublic void setSourceCodeFiles(ITaskItem[] SourceCodeFiles) throws java.lang.Throwable
java.lang.Throwablepublic void setTargetFramework(java.lang.String TargetFramework)
throws java.lang.Throwable
java.lang.Throwablepublic void setWorkflowMarkupFiles(ITaskItem[] WorkflowMarkupFiles) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException