public class GenerateManifestBase extends Task
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Build.Tasks.GenerateManifestBase
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.GenerateManifestBase
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
GenerateManifestBase() |
GenerateManifestBase(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static GenerateManifestBase |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into GenerateManifestBase, a cast assert is made to check if types are compatible. |
boolean |
Execute() |
java.lang.String |
getAssemblyName() |
java.lang.String |
getAssemblyVersion() |
java.lang.String |
getDescription() |
ITaskItem |
getEntryPoint() |
ITaskItem |
getInputManifest() |
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
|
int |
getMaxTargetPath() |
ITaskItem |
getOutputManifest() |
java.lang.String |
getPlatform() |
java.lang.String |
getTargetCulture() |
java.lang.String |
getTargetFrameworkMoniker() |
java.lang.String |
getTargetFrameworkVersion() |
void |
setAssemblyName(java.lang.String AssemblyName) |
void |
setAssemblyVersion(java.lang.String AssemblyVersion) |
void |
setDescription(java.lang.String Description) |
void |
setEntryPoint(ITaskItem EntryPoint) |
void |
setInputManifest(ITaskItem InputManifest) |
void |
setJCOInstance(JCObject instance) |
void |
setMaxTargetPath(int MaxTargetPath) |
void |
setOutputManifest(ITaskItem OutputManifest) |
void |
setPlatform(java.lang.String Platform) |
void |
setTargetCulture(java.lang.String TargetCulture) |
void |
setTargetFrameworkMoniker(java.lang.String TargetFrameworkMoniker) |
void |
setTargetFrameworkVersion(java.lang.String TargetFrameworkVersion) |
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 GenerateManifestBase()
throws java.lang.Throwable
java.lang.Throwablepublic GenerateManifestBase(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static GenerateManifestBase cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into GenerateManifestBase, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedGenerateManifestBase instancejava.lang.Throwable - in case of error during cast operationpublic boolean Execute()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
CultureNotFoundException,
NotSupportedException,
NullReferenceException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
SecurityException,
OutOfMemoryException,
FormatException,
XmlException,
XPathException,
KeyNotFoundException,
RankException
Execute in class Taskjava.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNotSupportedExceptionNullReferenceExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionSecurityExceptionOutOfMemoryExceptionFormatExceptionXmlExceptionXPathExceptionKeyNotFoundExceptionRankExceptionpublic java.lang.String getAssemblyName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getAssemblyVersion()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDescription()
throws java.lang.Throwable
java.lang.Throwablepublic ITaskItem getEntryPoint() throws java.lang.Throwable
java.lang.Throwablepublic ITaskItem getInputManifest() 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 int getMaxTargetPath()
throws java.lang.Throwable
java.lang.Throwablepublic ITaskItem getOutputManifest() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getPlatform()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTargetCulture()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTargetFrameworkMoniker()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTargetFrameworkVersion()
throws java.lang.Throwable
java.lang.Throwablepublic void setAssemblyName(java.lang.String AssemblyName)
throws java.lang.Throwable
java.lang.Throwablepublic void setAssemblyVersion(java.lang.String AssemblyVersion)
throws java.lang.Throwable
java.lang.Throwablepublic void setDescription(java.lang.String Description)
throws java.lang.Throwable
java.lang.Throwablepublic void setEntryPoint(ITaskItem EntryPoint) throws java.lang.Throwable
java.lang.Throwablepublic void setInputManifest(ITaskItem InputManifest) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class Taskpublic void setMaxTargetPath(int MaxTargetPath)
throws java.lang.Throwable
java.lang.Throwablepublic void setOutputManifest(ITaskItem OutputManifest) throws java.lang.Throwable
java.lang.Throwablepublic void setPlatform(java.lang.String Platform)
throws java.lang.Throwable
java.lang.Throwablepublic void setTargetCulture(java.lang.String TargetCulture)
throws java.lang.Throwable
java.lang.Throwablepublic void setTargetFrameworkMoniker(java.lang.String TargetFrameworkMoniker)
throws java.lang.Throwable
java.lang.Throwablepublic void setTargetFrameworkVersion(java.lang.String TargetFrameworkVersion)
throws java.lang.Throwable
java.lang.Throwable