public class WinMDExp extends ToolTaskExtension
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Build.Tasks.WinMDExp
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.WinMDExp
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
WinMDExp() |
WinMDExp(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static WinMDExp |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into WinMDExp, a cast assert is made to check if types are compatible. |
java.lang.String |
getDisabledWarnings() |
java.lang.String |
getInputDocumentationFile() |
java.lang.String |
getInputPDBFile() |
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 |
getOutputDocumentationFile() |
java.lang.String |
getOutputPDBFile() |
java.lang.String |
getOutputWindowsMetadataFile() |
ITaskItem[] |
getReferences() |
java.lang.String |
getSdkToolsPath() |
boolean |
getTreatWarningsAsErrors() |
boolean |
getUTF8Output() |
java.lang.String |
getWinMDModule() |
void |
setDisabledWarnings(java.lang.String DisabledWarnings) |
void |
setInputDocumentationFile(java.lang.String InputDocumentationFile) |
void |
setInputPDBFile(java.lang.String InputPDBFile) |
void |
setJCOInstance(JCObject instance) |
void |
setOutputDocumentationFile(java.lang.String OutputDocumentationFile) |
void |
setOutputPDBFile(java.lang.String OutputPDBFile) |
void |
setOutputWindowsMetadataFile(java.lang.String OutputWindowsMetadataFile) |
void |
setReferences(ITaskItem[] References) |
void |
setSdkToolsPath(java.lang.String SdkToolsPath) |
void |
setTreatWarningsAsErrors(boolean TreatWarningsAsErrors) |
void |
setUTF8Output(boolean UTF8Output) |
void |
setWinMDModule(java.lang.String WinMDModule) |
getLogCancel, Execute, 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 WinMDExp()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
FormatException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionFormatExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic WinMDExp(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static WinMDExp cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into WinMDExp, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedWinMDExp instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String getDisabledWarnings()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic java.lang.String getInputDocumentationFile()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic java.lang.String getInputPDBFile()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ToolTaskExtensionString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ToolTaskExtensionString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ToolTaskExtensionObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ToolTaskExtensionString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ToolTaskExtensionJCType representing the CLR Type of the instantiated Classpublic java.lang.String getOutputDocumentationFile()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic java.lang.String getOutputPDBFile()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic java.lang.String getOutputWindowsMetadataFile()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic final ITaskItem[] getReferences() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic java.lang.String getSdkToolsPath()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic boolean getTreatWarningsAsErrors()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic boolean getUTF8Output()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic java.lang.String getWinMDModule()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic void setDisabledWarnings(java.lang.String DisabledWarnings)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentException
public void setInputDocumentationFile(java.lang.String InputDocumentationFile)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentException
public void setInputPDBFile(java.lang.String InputPDBFile)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentException
public void setJCOInstance(JCObject instance)
setJCOInstance in class ToolTaskExtensionpublic void setOutputDocumentationFile(java.lang.String OutputDocumentationFile)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentException
public void setOutputPDBFile(java.lang.String OutputPDBFile)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentException
public void setOutputWindowsMetadataFile(java.lang.String OutputWindowsMetadataFile)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentException
public void setReferences(ITaskItem[] References) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException
public void setSdkToolsPath(java.lang.String SdkToolsPath)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public void setTreatWarningsAsErrors(boolean TreatWarningsAsErrors)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public void setUTF8Output(boolean UTF8Output)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public void setWinMDModule(java.lang.String WinMDModule)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentException