public class Vbc extends ManagedCompiler
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Build.Tasks.Vbc
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.Vbc
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Vbc() |
Vbc(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Vbc |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into Vbc, a cast assert is made to check if types are compatible. |
boolean |
Execute() |
java.lang.String |
getBaseAddress() |
java.lang.String |
getDisabledWarnings() |
java.lang.String |
getDocumentationFile() |
java.lang.String |
getErrorReport() |
boolean |
getGenerateDocumentation() |
ITaskItem[] |
getImports() |
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 |
getLangVersion() |
java.lang.String |
getModuleAssemblyName() |
boolean |
getNoStandardLib() |
boolean |
getNoVBRuntimeReference() |
boolean |
getNoWarnings() |
java.lang.String |
getOptionCompare() |
boolean |
getOptionExplicit() |
boolean |
getOptionInfer() |
boolean |
getOptionStrict() |
java.lang.String |
getOptionStrictType() |
java.lang.String |
getPdbFile() |
boolean |
getRemoveIntegerChecks() |
java.lang.String |
getRootNamespace() |
java.lang.String |
getSdkPath() |
boolean |
getTargetCompactFramework() |
boolean |
getUseHostCompilerIfAvailable() |
java.lang.String |
getVBRuntime() |
java.lang.String |
getVBRuntimePath() |
java.lang.String |
getVerbosity() |
java.lang.String |
getWarningsAsErrors() |
java.lang.String |
getWarningsNotAsErrors() |
void |
setBaseAddress(java.lang.String BaseAddress) |
void |
setDisabledWarnings(java.lang.String DisabledWarnings) |
void |
setDocumentationFile(java.lang.String DocumentationFile) |
void |
setErrorReport(java.lang.String ErrorReport) |
void |
setGenerateDocumentation(boolean GenerateDocumentation) |
void |
setImports(ITaskItem[] Imports) |
void |
setJCOInstance(JCObject instance) |
void |
setLangVersion(java.lang.String LangVersion) |
void |
setModuleAssemblyName(java.lang.String ModuleAssemblyName) |
void |
setNoStandardLib(boolean NoStandardLib) |
void |
setNoVBRuntimeReference(boolean NoVBRuntimeReference) |
void |
setNoWarnings(boolean NoWarnings) |
void |
setOptionCompare(java.lang.String OptionCompare) |
void |
setOptionExplicit(boolean OptionExplicit) |
void |
setOptionInfer(boolean OptionInfer) |
void |
setOptionStrict(boolean OptionStrict) |
void |
setOptionStrictType(java.lang.String OptionStrictType) |
void |
setPdbFile(java.lang.String PdbFile) |
void |
setRemoveIntegerChecks(boolean RemoveIntegerChecks) |
void |
setRootNamespace(java.lang.String RootNamespace) |
void |
setSdkPath(java.lang.String SdkPath) |
void |
setTargetCompactFramework(boolean TargetCompactFramework) |
void |
setUseHostCompilerIfAvailable(boolean UseHostCompilerIfAvailable) |
void |
setVBRuntime(java.lang.String VBRuntime) |
void |
setVBRuntimePath(java.lang.String VBRuntimePath) |
void |
setVerbosity(java.lang.String Verbosity) |
void |
setWarningsAsErrors(java.lang.String WarningsAsErrors) |
void |
setWarningsNotAsErrors(java.lang.String WarningsNotAsErrors) |
getAdditionalLibPaths, getAddModules, getCodePage, getDebugType, getDefineConstants, getDelaySign, getEmitDebugInformation, getFileAlignment, getHighEntropyVA, getKeyContainer, getKeyFile, getLinkResources, getMainEntryPoint, getNoConfig, getNoLogo, getNoWin32Manifest, getOptimize, getOutputAssembly, getPlatform, getPrefer32Bit, getReferences, getResources, getResponseFiles, getSources, getSubsystemVersion, getTargetType, getTreatWarningsAsErrors, getUtf8Output, getWin32Icon, getWin32Manifest, getWin32Resource, setAdditionalLibPaths, setAddModules, setCodePage, setDebugType, setDefineConstants, setDelaySign, setEmitDebugInformation, setFileAlignment, setHighEntropyVA, setKeyContainer, setKeyFile, setLinkResources, setMainEntryPoint, setNoConfig, setNoLogo, setNoWin32Manifest, setOptimize, setOutputAssembly, setPlatform, setPrefer32Bit, setReferences, setResources, setResponseFiles, setSources, setSubsystemVersion, setTargetType, setTreatWarningsAsErrors, setUtf8Output, setWin32Icon, setWin32Manifest, setWin32ResourcegetLogCancel, getEchoOff, getEnvironmentVariables, getExitCode, getLogStandardErrorAsError, getStandardErrorImportance, getStandardOutputImportance, getTimeout, getToolExe, getToolPath, getUseCommandProcessor, getYieldDuringToolExecution, setEchoOff, setEnvironmentVariables, setLogStandardErrorAsError, setStandardErrorImportance, setStandardOutputImportance, setTimeout, setToolExe, setToolPath, setUseCommandProcessor, setYieldDuringToolExecutiongetBuildEngine, getBuildEngine2, getBuildEngine3, getBuildEngine4, getHostObject, setBuildEngine, setHostObjectpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Vbc()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
ArgumentException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic Vbc(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static Vbc cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Vbc, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedVbc instancejava.lang.Throwable - in case of error during cast operationpublic boolean Execute()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
FormatException,
InvalidOperationException,
InvalidCastException,
CultureNotFoundException,
NotSupportedException,
NullReferenceException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
WaitHandleCannotBeOpenedException,
OutOfMemoryException,
ObjectDisposedException,
PlatformNotSupportedException,
Win32Exception,
MulticastNotSupportedException,
RankException,
CryptographicException,
KeyNotFoundException,
IndexOutOfRangeException,
SemaphoreFullException,
AbandonedMutexException
Execute in class ToolTaskjava.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionFormatExceptionInvalidOperationExceptionInvalidCastExceptionCultureNotFoundExceptionNotSupportedExceptionNullReferenceExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionWaitHandleCannotBeOpenedExceptionOutOfMemoryExceptionObjectDisposedExceptionPlatformNotSupportedExceptionWin32ExceptionMulticastNotSupportedExceptionRankExceptionCryptographicExceptionKeyNotFoundExceptionIndexOutOfRangeExceptionSemaphoreFullExceptionAbandonedMutexExceptionpublic java.lang.String getBaseAddress()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic java.lang.String getDisabledWarnings()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic java.lang.String getDocumentationFile()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic java.lang.String getErrorReport()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic boolean getGenerateDocumentation()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic final ITaskItem[] getImports() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ManagedCompilerString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ManagedCompilerString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ManagedCompilerObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ManagedCompilerString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ManagedCompilerJCType representing the CLR Type of the instantiated Classpublic java.lang.String getLangVersion()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic java.lang.String getModuleAssemblyName()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic boolean getNoStandardLib()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic boolean getNoVBRuntimeReference()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic boolean getNoWarnings()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic java.lang.String getOptionCompare()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic boolean getOptionExplicit()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic boolean getOptionInfer()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic boolean getOptionStrict()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic java.lang.String getOptionStrictType()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic java.lang.String getPdbFile()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic boolean getRemoveIntegerChecks()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic java.lang.String getRootNamespace()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic java.lang.String getSdkPath()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic boolean getTargetCompactFramework()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic boolean getUseHostCompilerIfAvailable()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getVBRuntime()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic java.lang.String getVBRuntimePath()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic java.lang.String getVerbosity()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic java.lang.String getWarningsAsErrors()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic java.lang.String getWarningsNotAsErrors()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic void setBaseAddress(java.lang.String BaseAddress)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public void setDisabledWarnings(java.lang.String DisabledWarnings)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public void setDocumentationFile(java.lang.String DocumentationFile)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public void setErrorReport(java.lang.String ErrorReport)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public void setGenerateDocumentation(boolean GenerateDocumentation)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public void setImports(ITaskItem[] Imports) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
public void setJCOInstance(JCObject instance)
setJCOInstance in class ManagedCompilerpublic void setLangVersion(java.lang.String LangVersion)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public void setModuleAssemblyName(java.lang.String ModuleAssemblyName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public void setNoStandardLib(boolean NoStandardLib)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public void setNoVBRuntimeReference(boolean NoVBRuntimeReference)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public void setNoWarnings(boolean NoWarnings)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public void setOptionCompare(java.lang.String OptionCompare)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public void setOptionExplicit(boolean OptionExplicit)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public void setOptionInfer(boolean OptionInfer)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public void setOptionStrict(boolean OptionStrict)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public void setOptionStrictType(java.lang.String OptionStrictType)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public void setPdbFile(java.lang.String PdbFile)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public void setRemoveIntegerChecks(boolean RemoveIntegerChecks)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public void setRootNamespace(java.lang.String RootNamespace)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public void setSdkPath(java.lang.String SdkPath)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public void setTargetCompactFramework(boolean TargetCompactFramework)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public void setUseHostCompilerIfAvailable(boolean UseHostCompilerIfAvailable)
throws java.lang.Throwable
java.lang.Throwablepublic void setVBRuntime(java.lang.String VBRuntime)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public void setVBRuntimePath(java.lang.String VBRuntimePath)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public void setVerbosity(java.lang.String Verbosity)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public void setWarningsAsErrors(java.lang.String WarningsAsErrors)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public void setWarningsNotAsErrors(java.lang.String WarningsNotAsErrors)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException