public class XamlTaskFactory extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Build.Tasks.XamlTaskFactory
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.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: Microsoft.Build.Tasks.v4.0
|
static java.lang.String |
className
Qualified class name: Microsoft.Build.Tasks.XamlTaskFactory
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
XamlTaskFactory() |
XamlTaskFactory(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static XamlTaskFactory |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into XamlTaskFactory, a cast assert is made to check if types are compatible. |
void |
CleanupTask(ITask task) |
ITask |
CreateTask(IBuildEngine taskFactoryLoggingHost) |
java.lang.String |
getFactoryName() |
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 |
getTaskElementContents() |
java.lang.String |
getTaskName() |
java.lang.String |
getTaskNamespace() |
TaskPropertyInfo[] |
GetTaskParameters() |
NetType |
getTaskType() |
void |
setJCOInstance(JCObject instance) |
void |
setTaskElementContents(java.lang.String TaskElementContents) |
void |
setTaskName(java.lang.String TaskName) |
void |
setTaskNamespace(java.lang.String TaskNamespace) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public XamlTaskFactory()
throws java.lang.Throwable
java.lang.Throwablepublic XamlTaskFactory(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static XamlTaskFactory cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into XamlTaskFactory, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedXamlTaskFactory instancejava.lang.Throwable - in case of error during cast operationpublic void CleanupTask(ITask task) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
public ITask CreateTask(IBuildEngine taskFactoryLoggingHost) throws java.lang.Throwable, IndexOutOfRangeException, NotImplementedException, ArgumentNullException, NotSupportedException, InvalidOperationException, ArgumentException, FormatException, SecurityException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException
public java.lang.String getFactoryName()
throws java.lang.Throwable
java.lang.Throwablepublic 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 getTaskElementContents()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTaskName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTaskNamespace()
throws java.lang.Throwable
java.lang.Throwablepublic TaskPropertyInfo[] GetTaskParameters() throws java.lang.Throwable, IndexOutOfRangeException, NotImplementedException
java.lang.ThrowableIndexOutOfRangeExceptionNotImplementedExceptionpublic NetType getTaskType() throws java.lang.Throwable, IndexOutOfRangeException, NotImplementedException
java.lang.ThrowableIndexOutOfRangeExceptionNotImplementedExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setTaskElementContents(java.lang.String TaskElementContents)
throws java.lang.Throwable
java.lang.Throwablepublic void setTaskName(java.lang.String TaskName)
throws java.lang.Throwable
java.lang.Throwablepublic void setTaskNamespace(java.lang.String TaskNamespace)
throws java.lang.Throwable
java.lang.Throwable