public class LC extends ToolTaskExtension
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Build.Tasks.LC
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.LC
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
LC() |
LC(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static LC |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into LC, a cast assert is made to check if types are compatible. |
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
|
ITaskItem |
getLicenseTarget() |
boolean |
getNoLogo() |
java.lang.String |
getOutputDirectory() |
ITaskItem |
getOutputLicense() |
ITaskItem[] |
getReferencedAssemblies() |
java.lang.String |
getSdkToolsPath() |
ITaskItem[] |
getSources() |
void |
setJCOInstance(JCObject instance) |
void |
setLicenseTarget(ITaskItem LicenseTarget) |
void |
setNoLogo(boolean NoLogo) |
void |
setOutputDirectory(java.lang.String OutputDirectory) |
void |
setOutputLicense(ITaskItem OutputLicense) |
void |
setReferencedAssemblies(ITaskItem[] ReferencedAssemblies) |
void |
setSdkToolsPath(java.lang.String SdkToolsPath) |
void |
setSources(ITaskItem[] Sources) |
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 LC()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
FormatException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionFormatExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic LC(java.lang.Object instance) throws java.lang.Throwable
java.lang.Throwablepublic static LC cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into LC, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedLC instancejava.lang.Throwable - in case of error during cast operationpublic 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 ITaskItem getLicenseTarget() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic boolean getNoLogo()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic java.lang.String getOutputDirectory()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic ITaskItem getOutputLicense() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic final ITaskItem[] getReferencedAssemblies() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic java.lang.String getSdkToolsPath()
throws java.lang.Throwable,
ArgumentNullException,
ObjectDisposedException,
AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic final ITaskItem[] getSources() throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class ToolTaskExtensionpublic void setLicenseTarget(ITaskItem LicenseTarget) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
public void setNoLogo(boolean NoLogo)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public void setOutputDirectory(java.lang.String OutputDirectory)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public void setOutputLicense(ITaskItem OutputLicense) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
public void setReferencedAssemblies(ITaskItem[] ReferencedAssemblies) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
public void setSdkToolsPath(java.lang.String SdkToolsPath)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public void setSources(ITaskItem[] Sources) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException