public class GenerateApplicationManifest extends GenerateManifestBase
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Build.Tasks.GenerateApplicationManifest
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.GenerateApplicationManifest
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
GenerateApplicationManifest() |
GenerateApplicationManifest(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static GenerateApplicationManifest |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into GenerateApplicationManifest, a cast assert is made to check if types are compatible. |
java.lang.String |
getClrVersion() |
ITaskItem |
getConfigFile() |
ITaskItem[] |
getDependencies() |
java.lang.String |
getErrorReportUrl() |
ITaskItem[] |
getFileAssociations() |
ITaskItem[] |
getFiles() |
boolean |
getHostInBrowser() |
ITaskItem |
getIconFile() |
ITaskItem[] |
getIsolatedComReferences() |
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 |
getManifestType() |
java.lang.String |
getOSVersion() |
java.lang.String |
getProduct() |
java.lang.String |
getPublisher() |
boolean |
getRequiresMinimumFramework35SP1() |
java.lang.String |
getSuiteName() |
java.lang.String |
getSupportUrl() |
java.lang.String |
getTargetFrameworkProfile() |
java.lang.String |
getTargetFrameworkSubset() |
ITaskItem |
getTrustInfoFile() |
boolean |
getUseApplicationTrust() |
void |
setClrVersion(java.lang.String ClrVersion) |
void |
setConfigFile(ITaskItem ConfigFile) |
void |
setDependencies(ITaskItem[] Dependencies) |
void |
setErrorReportUrl(java.lang.String ErrorReportUrl) |
void |
setFileAssociations(ITaskItem[] FileAssociations) |
void |
setFiles(ITaskItem[] Files) |
void |
setHostInBrowser(boolean HostInBrowser) |
void |
setIconFile(ITaskItem IconFile) |
void |
setIsolatedComReferences(ITaskItem[] IsolatedComReferences) |
void |
setJCOInstance(JCObject instance) |
void |
setManifestType(java.lang.String ManifestType) |
void |
setOSVersion(java.lang.String OSVersion) |
void |
setProduct(java.lang.String Product) |
void |
setPublisher(java.lang.String Publisher) |
void |
setRequiresMinimumFramework35SP1(boolean RequiresMinimumFramework35SP1) |
void |
setSuiteName(java.lang.String SuiteName) |
void |
setSupportUrl(java.lang.String SupportUrl) |
void |
setTargetFrameworkProfile(java.lang.String TargetFrameworkProfile) |
void |
setTargetFrameworkSubset(java.lang.String TargetFrameworkSubset) |
void |
setTrustInfoFile(ITaskItem TrustInfoFile) |
void |
setUseApplicationTrust(boolean UseApplicationTrust) |
Execute, getAssemblyName, getAssemblyVersion, getDescription, getEntryPoint, getInputManifest, getMaxTargetPath, getOutputManifest, getPlatform, getTargetCulture, getTargetFrameworkMoniker, getTargetFrameworkVersion, setAssemblyName, setAssemblyVersion, setDescription, setEntryPoint, setInputManifest, setMaxTargetPath, setOutputManifest, setPlatform, setTargetCulture, setTargetFrameworkMoniker, setTargetFrameworkVersiongetBuildEngine, 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 GenerateApplicationManifest()
throws java.lang.Throwable,
ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic GenerateApplicationManifest(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static GenerateApplicationManifest cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into GenerateApplicationManifest, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedGenerateApplicationManifest instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String getClrVersion()
throws java.lang.Throwable
java.lang.Throwablepublic ITaskItem getConfigFile() throws java.lang.Throwable
java.lang.Throwablepublic final ITaskItem[] getDependencies() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getErrorReportUrl()
throws java.lang.Throwable
java.lang.Throwablepublic final ITaskItem[] getFileAssociations() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException
public final ITaskItem[] getFiles() throws java.lang.Throwable
java.lang.Throwablepublic boolean getHostInBrowser()
throws java.lang.Throwable
java.lang.Throwablepublic ITaskItem getIconFile() throws java.lang.Throwable
java.lang.Throwablepublic final ITaskItem[] getIsolatedComReferences() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class GenerateManifestBaseString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class GenerateManifestBaseString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class GenerateManifestBaseObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class GenerateManifestBaseString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class GenerateManifestBaseJCType representing the CLR Type of the instantiated Classpublic java.lang.String getManifestType()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getOSVersion()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getProduct()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getPublisher()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getRequiresMinimumFramework35SP1()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getSuiteName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getSupportUrl()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTargetFrameworkProfile()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTargetFrameworkSubset()
throws java.lang.Throwable
java.lang.Throwablepublic ITaskItem getTrustInfoFile() throws java.lang.Throwable
java.lang.Throwablepublic boolean getUseApplicationTrust()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException
public void setClrVersion(java.lang.String ClrVersion)
throws java.lang.Throwable
java.lang.Throwablepublic void setConfigFile(ITaskItem ConfigFile) throws java.lang.Throwable
java.lang.Throwablepublic void setDependencies(ITaskItem[] Dependencies) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, InvalidOperationException, RankException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionInvalidOperationExceptionRankExceptionpublic void setErrorReportUrl(java.lang.String ErrorReportUrl)
throws java.lang.Throwable
java.lang.Throwablepublic void setFileAssociations(ITaskItem[] FileAssociations) throws java.lang.Throwable
java.lang.Throwablepublic void setFiles(ITaskItem[] Files) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, InvalidOperationException, RankException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionInvalidOperationExceptionRankExceptionpublic void setHostInBrowser(boolean HostInBrowser)
throws java.lang.Throwable
java.lang.Throwablepublic void setIconFile(ITaskItem IconFile) throws java.lang.Throwable
java.lang.Throwablepublic void setIsolatedComReferences(ITaskItem[] IsolatedComReferences) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, InvalidOperationException, RankException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionInvalidOperationExceptionRankExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class GenerateManifestBasepublic void setManifestType(java.lang.String ManifestType)
throws java.lang.Throwable
java.lang.Throwablepublic void setOSVersion(java.lang.String OSVersion)
throws java.lang.Throwable
java.lang.Throwablepublic void setProduct(java.lang.String Product)
throws java.lang.Throwable
java.lang.Throwablepublic void setPublisher(java.lang.String Publisher)
throws java.lang.Throwable
java.lang.Throwablepublic void setRequiresMinimumFramework35SP1(boolean RequiresMinimumFramework35SP1)
throws java.lang.Throwable
java.lang.Throwablepublic void setSuiteName(java.lang.String SuiteName)
throws java.lang.Throwable
java.lang.Throwablepublic void setSupportUrl(java.lang.String SupportUrl)
throws java.lang.Throwable
java.lang.Throwablepublic void setTargetFrameworkProfile(java.lang.String TargetFrameworkProfile)
throws java.lang.Throwable
java.lang.Throwablepublic void setTargetFrameworkSubset(java.lang.String TargetFrameworkSubset)
throws java.lang.Throwable
java.lang.Throwablepublic void setTrustInfoFile(ITaskItem TrustInfoFile) throws java.lang.Throwable
java.lang.Throwablepublic void setUseApplicationTrust(boolean UseApplicationTrust)
throws java.lang.Throwable
java.lang.Throwable