public interface IBuildSettings extends IJCOBridgeReflected
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings
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.Deployment.Bootstrapper.IBuildSettings
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getApplicationFile() |
java.lang.String |
getApplicationName() |
boolean |
getApplicationRequiresElevation() |
java.lang.String |
getApplicationUrl() |
ComponentsLocation |
getComponentsLocation() |
java.lang.String |
getComponentsUrl() |
boolean |
getCopyComponents() |
int |
getFallbackLCID() |
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 |
getLCID() |
java.lang.String |
getOutputPath() |
ProductBuilderCollection |
getProductBuilders() |
java.lang.String |
getSupportUrl() |
boolean |
getValidate() |
void |
setApplicationFile(java.lang.String ApplicationFile) |
void |
setApplicationName(java.lang.String ApplicationName) |
void |
setApplicationRequiresElevation(boolean ApplicationRequiresElevation) |
void |
setApplicationUrl(java.lang.String ApplicationUrl) |
void |
setComponentsLocation(ComponentsLocation ComponentsLocation) |
void |
setComponentsUrl(java.lang.String ComponentsUrl) |
void |
setCopyComponents(boolean CopyComponents) |
void |
setFallbackLCID(int FallbackLCID) |
void |
setLCID(int LCID) |
void |
setOutputPath(java.lang.String OutputPath) |
void |
setSupportUrl(java.lang.String SupportUrl) |
void |
setValidate(boolean Validate) |
static IBuildSettings |
ToIBuildSettings(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into IBuildSettings, a cast assert is made to check if types are compatible. |
static final java.lang.String assemblyFullName
static final java.lang.String assemblyShortName
static final java.lang.String className
java.lang.String getApplicationFile()
throws java.lang.Throwable
java.lang.Throwablejava.lang.String getApplicationName()
throws java.lang.Throwable
java.lang.Throwableboolean getApplicationRequiresElevation()
throws java.lang.Throwable
java.lang.Throwablejava.lang.String getApplicationUrl()
throws java.lang.Throwable
java.lang.ThrowableComponentsLocation getComponentsLocation() throws java.lang.Throwable
java.lang.Throwablejava.lang.String getComponentsUrl()
throws java.lang.Throwable
java.lang.Throwableboolean getCopyComponents()
throws java.lang.Throwable
java.lang.Throwableint getFallbackLCID()
throws java.lang.Throwable
java.lang.Throwablejava.lang.String getJCOAssemblyName()
getJCOAssemblyName in interface IJCOBridgeReflectedString representing the Fullname of reflected Assemblyjava.lang.String getJCOClassName()
getJCOClassName in interface IJCOBridgeReflectedString representing the Fullname of reflected Classjava.lang.Object getJCOInstance()
getJCOInstance in interface IJCOBridgeReflectedObject representing the instance of the instantiated Classjava.lang.String getJCOObjectName()
getJCOObjectName in interface IJCOBridgeReflectedString representing the name used to allocated the object
in CLR contextJCType getJCOType()
getJCOType in interface IJCOBridgeReflectedJCType representing the Type of the instantiated Classint getLCID()
throws java.lang.Throwable
java.lang.Throwablejava.lang.String getOutputPath()
throws java.lang.Throwable
java.lang.ThrowableProductBuilderCollection getProductBuilders() throws java.lang.Throwable
java.lang.Throwablejava.lang.String getSupportUrl()
throws java.lang.Throwable
java.lang.Throwableboolean getValidate()
throws java.lang.Throwable
java.lang.Throwablevoid setApplicationFile(java.lang.String ApplicationFile)
throws java.lang.Throwable
java.lang.Throwablevoid setApplicationName(java.lang.String ApplicationName)
throws java.lang.Throwable
java.lang.Throwablevoid setApplicationRequiresElevation(boolean ApplicationRequiresElevation)
throws java.lang.Throwable
java.lang.Throwablevoid setApplicationUrl(java.lang.String ApplicationUrl)
throws java.lang.Throwable
java.lang.Throwablevoid setComponentsLocation(ComponentsLocation ComponentsLocation) throws java.lang.Throwable
java.lang.Throwablevoid setComponentsUrl(java.lang.String ComponentsUrl)
throws java.lang.Throwable
java.lang.Throwablevoid setCopyComponents(boolean CopyComponents)
throws java.lang.Throwable
java.lang.Throwablevoid setFallbackLCID(int FallbackLCID)
throws java.lang.Throwable
java.lang.Throwablevoid setLCID(int LCID)
throws java.lang.Throwable
java.lang.Throwablevoid setOutputPath(java.lang.String OutputPath)
throws java.lang.Throwable
java.lang.Throwablevoid setSupportUrl(java.lang.String SupportUrl)
throws java.lang.Throwable
java.lang.Throwablevoid setValidate(boolean Validate)
throws java.lang.Throwable
java.lang.Throwablestatic IBuildSettings ToIBuildSettings(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IBuildSettings, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedIBuildSettings instancejava.lang.Throwable - in case of error during cast operation