public class ResolveComReference extends AppDomainIsolatedTaskExtension
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Build.Tasks.ResolveComReference
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.ResolveComReference
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ResolveComReference() |
ResolveComReference(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ResolveComReference |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ResolveComReference, a cast assert is made to check if types are compatible. |
boolean |
Execute() |
boolean |
getDelaySign() |
java.lang.String[] |
getEnvironmentVariables() |
boolean |
getExecuteAsTool() |
boolean |
getIncludeVersionInInteropName() |
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 |
getKeyContainer() |
java.lang.String |
getKeyFile() |
boolean |
getNoClassMembers() |
ITaskItem[] |
getResolvedAssemblyReferences() |
ITaskItem[] |
getResolvedFiles() |
ITaskItem[] |
getResolvedModules() |
java.lang.String |
getSdkToolsPath() |
boolean |
getSilent() |
java.lang.String |
getStateFile() |
java.lang.String |
getTargetFrameworkVersion() |
java.lang.String |
getTargetProcessorArchitecture() |
ITaskItem[] |
getTypeLibFiles() |
ITaskItem[] |
getTypeLibNames() |
java.lang.String |
getWrapperOutputDirectory() |
void |
setDelaySign(boolean DelaySign) |
void |
setEnvironmentVariables(java.lang.String[] EnvironmentVariables) |
void |
setExecuteAsTool(boolean ExecuteAsTool) |
void |
setIncludeVersionInInteropName(boolean IncludeVersionInInteropName) |
void |
setJCOInstance(JCObject instance) |
void |
setKeyContainer(java.lang.String KeyContainer) |
void |
setKeyFile(java.lang.String KeyFile) |
void |
setNoClassMembers(boolean NoClassMembers) |
void |
setResolvedAssemblyReferences(ITaskItem[] ResolvedAssemblyReferences) |
void |
setResolvedFiles(ITaskItem[] ResolvedFiles) |
void |
setResolvedModules(ITaskItem[] ResolvedModules) |
void |
setSdkToolsPath(java.lang.String SdkToolsPath) |
void |
setSilent(boolean Silent) |
void |
setStateFile(java.lang.String StateFile) |
void |
setTargetFrameworkVersion(java.lang.String TargetFrameworkVersion) |
void |
setTargetProcessorArchitecture(java.lang.String TargetProcessorArchitecture) |
void |
setTypeLibFiles(ITaskItem[] TypeLibFiles) |
void |
setTypeLibNames(ITaskItem[] TypeLibNames) |
void |
setWrapperOutputDirectory(java.lang.String WrapperOutputDirectory) |
getLoggetBuildEngine, getHostObject, InitializeLifetimeService, setBuildEngine, setHostObjectCreateObjRef, GetLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ResolveComReference()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
FormatException
public ResolveComReference(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static ResolveComReference cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ResolveComReference, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedResolveComReference instancejava.lang.Throwable - in case of error during cast operationpublic boolean Execute()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArgumentException,
FormatException,
OverflowException,
NotSupportedException,
PlatformNotSupportedException,
ObjectDisposedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
IndexOutOfRangeException,
NullReferenceException,
SecurityException,
SerializationException,
COMException,
MissingMethodException,
TargetInvocationException,
AbandonedMutexException,
TypeLoadException,
NotImplementedException,
MulticastNotSupportedException
Execute in class AppDomainIsolatedTaskjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionArgumentExceptionFormatExceptionOverflowExceptionNotSupportedExceptionPlatformNotSupportedExceptionObjectDisposedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionIndexOutOfRangeExceptionNullReferenceExceptionSecurityExceptionSerializationExceptionCOMExceptionMissingMethodExceptionTargetInvocationExceptionAbandonedMutexExceptionTypeLoadExceptionNotImplementedExceptionMulticastNotSupportedExceptionpublic boolean getDelaySign()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String[] getEnvironmentVariables()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getExecuteAsTool()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIncludeVersionInInteropName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class AppDomainIsolatedTaskExtensionString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class AppDomainIsolatedTaskExtensionString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class AppDomainIsolatedTaskExtensionObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class AppDomainIsolatedTaskExtensionString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class AppDomainIsolatedTaskExtensionJCType representing the CLR Type of the instantiated Classpublic java.lang.String getKeyContainer()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getKeyFile()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getNoClassMembers()
throws java.lang.Throwable
java.lang.Throwablepublic final ITaskItem[] getResolvedAssemblyReferences() throws java.lang.Throwable
java.lang.Throwablepublic final ITaskItem[] getResolvedFiles() throws java.lang.Throwable
java.lang.Throwablepublic final ITaskItem[] getResolvedModules() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getSdkToolsPath()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getSilent()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getStateFile()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTargetFrameworkVersion()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTargetProcessorArchitecture()
throws java.lang.Throwable
java.lang.Throwablepublic final ITaskItem[] getTypeLibFiles() throws java.lang.Throwable
java.lang.Throwablepublic final ITaskItem[] getTypeLibNames() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getWrapperOutputDirectory()
throws java.lang.Throwable
java.lang.Throwablepublic void setDelaySign(boolean DelaySign)
throws java.lang.Throwable
java.lang.Throwablepublic void setEnvironmentVariables(java.lang.String[] EnvironmentVariables)
throws java.lang.Throwable
java.lang.Throwablepublic void setExecuteAsTool(boolean ExecuteAsTool)
throws java.lang.Throwable
java.lang.Throwablepublic void setIncludeVersionInInteropName(boolean IncludeVersionInInteropName)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class AppDomainIsolatedTaskExtensionpublic void setKeyContainer(java.lang.String KeyContainer)
throws java.lang.Throwable
java.lang.Throwablepublic void setKeyFile(java.lang.String KeyFile)
throws java.lang.Throwable
java.lang.Throwablepublic void setNoClassMembers(boolean NoClassMembers)
throws java.lang.Throwable
java.lang.Throwablepublic void setResolvedAssemblyReferences(ITaskItem[] ResolvedAssemblyReferences) throws java.lang.Throwable
java.lang.Throwablepublic void setResolvedFiles(ITaskItem[] ResolvedFiles) throws java.lang.Throwable
java.lang.Throwablepublic void setResolvedModules(ITaskItem[] ResolvedModules) throws java.lang.Throwable
java.lang.Throwablepublic void setSdkToolsPath(java.lang.String SdkToolsPath)
throws java.lang.Throwable
java.lang.Throwablepublic void setSilent(boolean Silent)
throws java.lang.Throwable
java.lang.Throwablepublic void setStateFile(java.lang.String StateFile)
throws java.lang.Throwable
java.lang.Throwablepublic void setTargetFrameworkVersion(java.lang.String TargetFrameworkVersion)
throws java.lang.Throwable
java.lang.Throwablepublic void setTargetProcessorArchitecture(java.lang.String TargetProcessorArchitecture)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
TypeLoadException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException
public void setTypeLibFiles(ITaskItem[] TypeLibFiles) throws java.lang.Throwable
java.lang.Throwablepublic void setTypeLibNames(ITaskItem[] TypeLibNames) throws java.lang.Throwable
java.lang.Throwablepublic void setWrapperOutputDirectory(java.lang.String WrapperOutputDirectory)
throws java.lang.Throwable
java.lang.Throwable