public class ITaskFactory2Implementation extends NetObject implements ITaskFactory2
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Build.Framework.ITaskFactory2
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.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: Microsoft.Build.Framework
|
static java.lang.String |
className
Qualified class name: Microsoft.Build.Framework.ITaskFactory2
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ITaskFactory2Implementation(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
TaskPropertyInfo[] |
GetTaskParameters() |
NetType |
getTaskType() |
static ITaskFactory2 |
ToITaskFactory2(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ITaskFactory2, a cast assert is made to check if types are compatible. |
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringToITaskFactorypublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ITaskFactory2Implementation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void CleanupTask(ITask task) throws java.lang.Throwable
CleanupTask in interface ITaskFactoryjava.lang.Throwablepublic ITask CreateTask(IBuildEngine taskFactoryLoggingHost) throws java.lang.Throwable
CreateTask in interface ITaskFactoryjava.lang.Throwablepublic java.lang.String getFactoryName()
throws java.lang.Throwable
getFactoryName in interface ITaskFactoryjava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface ITaskFactorygetJCOAssemblyName in interface ITaskFactory2getJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface ITaskFactorygetJCOClassName in interface ITaskFactory2getJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface ITaskFactorygetJCOInstance in interface ITaskFactory2getJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface ITaskFactorygetJCOObjectName in interface ITaskFactory2getJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface ITaskFactorygetJCOType in interface ITaskFactory2getJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic TaskPropertyInfo[] GetTaskParameters() throws java.lang.Throwable
GetTaskParameters in interface ITaskFactoryjava.lang.Throwablepublic NetType getTaskType() throws java.lang.Throwable
getTaskType in interface ITaskFactoryjava.lang.Throwablepublic static ITaskFactory2 ToITaskFactory2(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ITaskFactory2, a cast assert is made to check if types are compatible.ToITaskFactory2 in interface ITaskFactory2from - IJCOBridgeReflected instance to be castedITaskFactory2 instancejava.lang.Throwable - in case of error during cast operation