Package microsoft.build.tasks
Class Vbc
- java.lang.Object
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class Vbc extends ManagedCompiler
The base .NET class managing Microsoft.Build.Tasks.Vbc, Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: Microsoft.Build.Tasks.v4.0static java.lang.StringclassNameQualified class name: Microsoft.Build.Tasks.Vbcstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Vbccast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoVbc, a cast assert is made to check if types are compatible.booleanExecute()java.lang.StringgetBaseAddress()java.lang.StringgetDisabledWarnings()java.lang.StringgetDocumentationFile()java.lang.StringgetErrorReport()booleangetGenerateDocumentation()ITaskItem[]getImports()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typejava.lang.StringgetLangVersion()java.lang.StringgetModuleAssemblyName()booleangetNoStandardLib()booleangetNoVBRuntimeReference()booleangetNoWarnings()java.lang.StringgetOptionCompare()booleangetOptionExplicit()booleangetOptionInfer()booleangetOptionStrict()java.lang.StringgetOptionStrictType()java.lang.StringgetPdbFile()booleangetRemoveIntegerChecks()java.lang.StringgetRootNamespace()java.lang.StringgetSdkPath()booleangetTargetCompactFramework()booleangetUseHostCompilerIfAvailable()java.lang.StringgetVBRuntime()java.lang.StringgetVBRuntimePath()java.lang.StringgetVerbosity()java.lang.StringgetWarningsAsErrors()java.lang.StringgetWarningsNotAsErrors()voidsetBaseAddress(java.lang.String BaseAddress)voidsetDisabledWarnings(java.lang.String DisabledWarnings)voidsetDocumentationFile(java.lang.String DocumentationFile)voidsetErrorReport(java.lang.String ErrorReport)voidsetGenerateDocumentation(boolean GenerateDocumentation)voidsetImports(ITaskItem[] Imports)voidsetJCOInstance(JCObject instance)voidsetLangVersion(java.lang.String LangVersion)voidsetModuleAssemblyName(java.lang.String ModuleAssemblyName)voidsetNoStandardLib(boolean NoStandardLib)voidsetNoVBRuntimeReference(boolean NoVBRuntimeReference)voidsetNoWarnings(boolean NoWarnings)voidsetOptionCompare(java.lang.String OptionCompare)voidsetOptionExplicit(boolean OptionExplicit)voidsetOptionInfer(boolean OptionInfer)voidsetOptionStrict(boolean OptionStrict)voidsetOptionStrictType(java.lang.String OptionStrictType)voidsetPdbFile(java.lang.String PdbFile)voidsetRemoveIntegerChecks(boolean RemoveIntegerChecks)voidsetRootNamespace(java.lang.String RootNamespace)voidsetSdkPath(java.lang.String SdkPath)voidsetTargetCompactFramework(boolean TargetCompactFramework)voidsetUseHostCompilerIfAvailable(boolean UseHostCompilerIfAvailable)voidsetVBRuntime(java.lang.String VBRuntime)voidsetVBRuntimePath(java.lang.String VBRuntimePath)voidsetVerbosity(java.lang.String Verbosity)voidsetWarningsAsErrors(java.lang.String WarningsAsErrors)voidsetWarningsNotAsErrors(java.lang.String WarningsNotAsErrors)-
Methods inherited from class microsoft.build.tasks.ManagedCompiler
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, setWin32Resource
-
Methods inherited from class microsoft.build.tasks.ToolTaskExtension
getLog
-
Methods inherited from class microsoft.build.utilities.ToolTask
Cancel, getEchoOff, getEnvironmentVariables, getExitCode, getLogStandardErrorAsError, getStandardErrorImportance, getStandardOutputImportance, getTimeout, getToolExe, getToolPath, getUseCommandProcessor, getYieldDuringToolExecution, setEchoOff, setEnvironmentVariables, setLogStandardErrorAsError, setStandardErrorImportance, setStandardOutputImportance, setTimeout, setToolExe, setToolPath, setUseCommandProcessor, setYieldDuringToolExecution
-
Methods inherited from class microsoft.build.utilities.Task
getBuildEngine, getBuildEngine2, getBuildEngine3, getBuildEngine4, getHostObject, setBuildEngine, setHostObject
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: Microsoft.Build.Tasks.v4.0- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: Microsoft.Build.Tasks.Vbc- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Vbc
public Vbc(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
Vbc
public Vbc() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classManagedCompiler- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classManagedCompiler- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classManagedCompiler- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classManagedCompiler- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classManagedCompiler
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classManagedCompiler- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static Vbc cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoVbc, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
Vbcinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Execute
public 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- Overrides:
Executein classToolTask- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionFormatExceptionInvalidOperationExceptionInvalidCastExceptionCultureNotFoundExceptionNotSupportedExceptionNullReferenceExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionWaitHandleCannotBeOpenedExceptionOutOfMemoryExceptionObjectDisposedExceptionPlatformNotSupportedExceptionWin32ExceptionMulticastNotSupportedExceptionRankExceptionCryptographicExceptionKeyNotFoundExceptionIndexOutOfRangeExceptionSemaphoreFullExceptionAbandonedMutexException
-
getGenerateDocumentation
public boolean getGenerateDocumentation() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
setGenerateDocumentation
public void setGenerateDocumentation(boolean GenerateDocumentation) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
getNoStandardLib
public boolean getNoStandardLib() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
setNoStandardLib
public void setNoStandardLib(boolean NoStandardLib) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
getNoVBRuntimeReference
public boolean getNoVBRuntimeReference() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
setNoVBRuntimeReference
public void setNoVBRuntimeReference(boolean NoVBRuntimeReference) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
getNoWarnings
public boolean getNoWarnings() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
setNoWarnings
public void setNoWarnings(boolean NoWarnings) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
getOptionExplicit
public boolean getOptionExplicit() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
setOptionExplicit
public void setOptionExplicit(boolean OptionExplicit) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
getOptionInfer
public boolean getOptionInfer() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
setOptionInfer
public void setOptionInfer(boolean OptionInfer) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
getOptionStrict
public boolean getOptionStrict() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
setOptionStrict
public void setOptionStrict(boolean OptionStrict) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
getRemoveIntegerChecks
public boolean getRemoveIntegerChecks() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
setRemoveIntegerChecks
public void setRemoveIntegerChecks(boolean RemoveIntegerChecks) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
getTargetCompactFramework
public boolean getTargetCompactFramework() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
setTargetCompactFramework
public void setTargetCompactFramework(boolean TargetCompactFramework) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
getUseHostCompilerIfAvailable
public boolean getUseHostCompilerIfAvailable() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setUseHostCompilerIfAvailable
public void setUseHostCompilerIfAvailable(boolean UseHostCompilerIfAvailable) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getImports
public final ITaskItem[] getImports() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
setImports
public void setImports(ITaskItem[] Imports) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
getBaseAddress
public java.lang.String getBaseAddress() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
setBaseAddress
public void setBaseAddress(java.lang.String BaseAddress) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
getDisabledWarnings
public java.lang.String getDisabledWarnings() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
setDisabledWarnings
public void setDisabledWarnings(java.lang.String DisabledWarnings) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
getDocumentationFile
public java.lang.String getDocumentationFile() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
setDocumentationFile
public void setDocumentationFile(java.lang.String DocumentationFile) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
getErrorReport
public java.lang.String getErrorReport() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
setErrorReport
public void setErrorReport(java.lang.String ErrorReport) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
getLangVersion
public java.lang.String getLangVersion() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
setLangVersion
public void setLangVersion(java.lang.String LangVersion) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
getModuleAssemblyName
public java.lang.String getModuleAssemblyName() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
setModuleAssemblyName
public void setModuleAssemblyName(java.lang.String ModuleAssemblyName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
getOptionCompare
public java.lang.String getOptionCompare() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
setOptionCompare
public void setOptionCompare(java.lang.String OptionCompare) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
getOptionStrictType
public java.lang.String getOptionStrictType() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
setOptionStrictType
public void setOptionStrictType(java.lang.String OptionStrictType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
getPdbFile
public java.lang.String getPdbFile() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
setPdbFile
public void setPdbFile(java.lang.String PdbFile) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
getRootNamespace
public java.lang.String getRootNamespace() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
setRootNamespace
public void setRootNamespace(java.lang.String RootNamespace) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
getSdkPath
public java.lang.String getSdkPath() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
setSdkPath
public void setSdkPath(java.lang.String SdkPath) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
getVBRuntime
public java.lang.String getVBRuntime() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
setVBRuntime
public void setVBRuntime(java.lang.String VBRuntime) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
getVBRuntimePath
public java.lang.String getVBRuntimePath() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
setVBRuntimePath
public void setVBRuntimePath(java.lang.String VBRuntimePath) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
getVerbosity
public java.lang.String getVerbosity() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
setVerbosity
public void setVerbosity(java.lang.String Verbosity) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
getWarningsAsErrors
public java.lang.String getWarningsAsErrors() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
setWarningsAsErrors
public void setWarningsAsErrors(java.lang.String WarningsAsErrors) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
getWarningsNotAsErrors
public java.lang.String getWarningsNotAsErrors() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
setWarningsNotAsErrors
public void setWarningsNotAsErrors(java.lang.String WarningsNotAsErrors) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
-