Package microsoft.build.tasks
Class ResolveAssemblyReference
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.build.utilities.Task
-
- microsoft.build.tasks.TaskExtension
-
- microsoft.build.tasks.ResolveAssemblyReference
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class ResolveAssemblyReference extends TaskExtension
The base .NET class managing Microsoft.Build.Tasks.ResolveAssemblyReference, 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.ResolveAssemblyReference
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.String
assemblyFullName
Fully assembly qualified name: Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: Microsoft.Build.Tasks.v4.0static java.lang.String
className
Qualified class name: Microsoft.Build.Tasks.ResolveAssemblyReferencestatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ResolveAssemblyReference()
ResolveAssemblyReference(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResolveAssemblyReference
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoResolveAssemblyReference
, a cast assert is made to check if types are compatible.boolean
Execute()
java.lang.String[]
getAllowedAssemblyExtensions()
java.lang.String[]
getAllowedRelatedFileExtensions()
java.lang.String
getAppConfigFile()
ITaskItem[]
getAssemblies()
ITaskItem[]
getAssemblyFiles()
boolean
getAutoUnify()
java.lang.String[]
getCandidateAssemblyFiles()
boolean
getCopyLocalDependenciesWhenParentReferenceInGac()
ITaskItem[]
getCopyLocalFiles()
ITaskItem[]
getFilesWritten()
boolean
getFindDependencies()
boolean
getFindRelatedFiles()
boolean
getFindSatellites()
boolean
getFindSerializationAssemblies()
ITaskItem[]
getFullFrameworkAssemblyTables()
java.lang.String[]
getFullFrameworkFolders()
java.lang.String[]
getFullTargetFrameworkSubsetNames()
boolean
getIgnoreDefaultInstalledAssemblySubsetTables()
boolean
getIgnoreDefaultInstalledAssemblyTables()
boolean
getIgnoreTargetFrameworkAttributeVersionMismatch()
boolean
getIgnoreVersionForFrameworkReferences()
ITaskItem[]
getInstalledAssemblySubsetTables()
ITaskItem[]
getInstalledAssemblyTables()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typejava.lang.String[]
getLatestTargetFrameworkDirectories()
java.lang.String
getProfileName()
ITaskItem[]
getRelatedFiles()
ITaskItem[]
getResolvedDependencyFiles()
ITaskItem[]
getResolvedFiles()
ITaskItem[]
getResolvedSDKReferences()
ITaskItem[]
getSatelliteFiles()
ITaskItem[]
getScatterFiles()
java.lang.String[]
getSearchPaths()
ITaskItem[]
getSerializationAssemblyFiles()
boolean
getSilent()
java.lang.String
getStateFile()
ITaskItem[]
getSuggestedRedirects()
java.lang.String
getTargetedRuntimeVersion()
java.lang.String[]
getTargetFrameworkDirectories()
java.lang.String
getTargetFrameworkMoniker()
java.lang.String
getTargetFrameworkMonikerDisplayName()
java.lang.String[]
getTargetFrameworkSubsets()
java.lang.String
getTargetFrameworkVersion()
java.lang.String
getTargetProcessorArchitecture()
java.lang.String
getWarnOrErrorOnTargetArchitectureMismatch()
void
setAllowedAssemblyExtensions(java.lang.String[] AllowedAssemblyExtensions)
void
setAllowedRelatedFileExtensions(java.lang.String[] AllowedRelatedFileExtensions)
void
setAppConfigFile(java.lang.String AppConfigFile)
void
setAssemblies(ITaskItem[] Assemblies)
void
setAssemblyFiles(ITaskItem[] AssemblyFiles)
void
setAutoUnify(boolean AutoUnify)
void
setCandidateAssemblyFiles(java.lang.String[] CandidateAssemblyFiles)
void
setCopyLocalDependenciesWhenParentReferenceInGac(boolean CopyLocalDependenciesWhenParentReferenceInGac)
void
setFilesWritten(ITaskItem[] FilesWritten)
void
setFindDependencies(boolean FindDependencies)
void
setFindRelatedFiles(boolean FindRelatedFiles)
void
setFindSatellites(boolean FindSatellites)
void
setFindSerializationAssemblies(boolean FindSerializationAssemblies)
void
setFullFrameworkAssemblyTables(ITaskItem[] FullFrameworkAssemblyTables)
void
setFullFrameworkFolders(java.lang.String[] FullFrameworkFolders)
void
setFullTargetFrameworkSubsetNames(java.lang.String[] FullTargetFrameworkSubsetNames)
void
setIgnoreDefaultInstalledAssemblySubsetTables(boolean IgnoreDefaultInstalledAssemblySubsetTables)
void
setIgnoreDefaultInstalledAssemblyTables(boolean IgnoreDefaultInstalledAssemblyTables)
void
setIgnoreTargetFrameworkAttributeVersionMismatch(boolean IgnoreTargetFrameworkAttributeVersionMismatch)
void
setIgnoreVersionForFrameworkReferences(boolean IgnoreVersionForFrameworkReferences)
void
setInstalledAssemblySubsetTables(ITaskItem[] InstalledAssemblySubsetTables)
void
setInstalledAssemblyTables(ITaskItem[] InstalledAssemblyTables)
void
setJCOInstance(JCObject instance)
void
setLatestTargetFrameworkDirectories(java.lang.String[] LatestTargetFrameworkDirectories)
void
setProfileName(java.lang.String ProfileName)
void
setResolvedSDKReferences(ITaskItem[] ResolvedSDKReferences)
void
setSearchPaths(java.lang.String[] SearchPaths)
void
setSilent(boolean Silent)
void
setStateFile(java.lang.String StateFile)
void
setTargetedRuntimeVersion(java.lang.String TargetedRuntimeVersion)
void
setTargetFrameworkDirectories(java.lang.String[] TargetFrameworkDirectories)
void
setTargetFrameworkMoniker(java.lang.String TargetFrameworkMoniker)
void
setTargetFrameworkMonikerDisplayName(java.lang.String TargetFrameworkMonikerDisplayName)
void
setTargetFrameworkSubsets(java.lang.String[] TargetFrameworkSubsets)
void
setTargetFrameworkVersion(java.lang.String TargetFrameworkVersion)
void
setTargetProcessorArchitecture(java.lang.String TargetProcessorArchitecture)
void
setWarnOrErrorOnTargetArchitectureMismatch(java.lang.String WarnOrErrorOnTargetArchitectureMismatch)
-
Methods inherited from class microsoft.build.tasks.TaskExtension
getLog
-
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.ResolveAssemblyReference- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ResolveAssemblyReference
public ResolveAssemblyReference(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
ResolveAssemblyReference
public ResolveAssemblyReference() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classTaskExtension
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classTaskExtension
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classTaskExtension
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classTaskExtension
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classTaskExtension
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classTaskExtension
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static ResolveAssemblyReference cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoResolveAssemblyReference
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ResolveAssemblyReference
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Execute
public boolean Execute() throws java.lang.Throwable, ArgumentNullException, ArgumentException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NullReferenceException, OutOfMemoryException, MissingMethodException, TargetInvocationException, AccessViolationException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, SecurityException, EndOfStreamException, KeyNotFoundException, SerializationException, RankException, BadImageFormatException
- Overrides:
Execute
in classTask
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ArgumentOutOfRangeException
NotSupportedException
IndexOutOfRangeException
CultureNotFoundException
InvalidOperationException
NullReferenceException
OutOfMemoryException
MissingMethodException
TargetInvocationException
AccessViolationException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
SecurityException
EndOfStreamException
KeyNotFoundException
SerializationException
RankException
BadImageFormatException
-
getAutoUnify
public boolean getAutoUnify() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAutoUnify
public void setAutoUnify(boolean AutoUnify) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCopyLocalDependenciesWhenParentReferenceInGac
public boolean getCopyLocalDependenciesWhenParentReferenceInGac() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCopyLocalDependenciesWhenParentReferenceInGac
public void setCopyLocalDependenciesWhenParentReferenceInGac(boolean CopyLocalDependenciesWhenParentReferenceInGac) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFindDependencies
public boolean getFindDependencies() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFindDependencies
public void setFindDependencies(boolean FindDependencies) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFindRelatedFiles
public boolean getFindRelatedFiles() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFindRelatedFiles
public void setFindRelatedFiles(boolean FindRelatedFiles) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFindSatellites
public boolean getFindSatellites() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFindSatellites
public void setFindSatellites(boolean FindSatellites) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFindSerializationAssemblies
public boolean getFindSerializationAssemblies() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFindSerializationAssemblies
public void setFindSerializationAssemblies(boolean FindSerializationAssemblies) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIgnoreDefaultInstalledAssemblySubsetTables
public boolean getIgnoreDefaultInstalledAssemblySubsetTables() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIgnoreDefaultInstalledAssemblySubsetTables
public void setIgnoreDefaultInstalledAssemblySubsetTables(boolean IgnoreDefaultInstalledAssemblySubsetTables) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIgnoreDefaultInstalledAssemblyTables
public boolean getIgnoreDefaultInstalledAssemblyTables() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIgnoreDefaultInstalledAssemblyTables
public void setIgnoreDefaultInstalledAssemblyTables(boolean IgnoreDefaultInstalledAssemblyTables) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIgnoreTargetFrameworkAttributeVersionMismatch
public boolean getIgnoreTargetFrameworkAttributeVersionMismatch() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIgnoreTargetFrameworkAttributeVersionMismatch
public void setIgnoreTargetFrameworkAttributeVersionMismatch(boolean IgnoreTargetFrameworkAttributeVersionMismatch) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIgnoreVersionForFrameworkReferences
public boolean getIgnoreVersionForFrameworkReferences() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIgnoreVersionForFrameworkReferences
public void setIgnoreVersionForFrameworkReferences(boolean IgnoreVersionForFrameworkReferences) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSilent
public boolean getSilent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSilent
public void setSilent(boolean Silent) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAssemblies
public final ITaskItem[] getAssemblies() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAssemblies
public void setAssemblies(ITaskItem[] Assemblies) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAssemblyFiles
public final ITaskItem[] getAssemblyFiles() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAssemblyFiles
public void setAssemblyFiles(ITaskItem[] AssemblyFiles) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCopyLocalFiles
public final ITaskItem[] getCopyLocalFiles() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFilesWritten
public final ITaskItem[] getFilesWritten() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
NotSupportedException
-
setFilesWritten
public void setFilesWritten(ITaskItem[] FilesWritten) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFullFrameworkAssemblyTables
public final ITaskItem[] getFullFrameworkAssemblyTables() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFullFrameworkAssemblyTables
public void setFullFrameworkAssemblyTables(ITaskItem[] FullFrameworkAssemblyTables) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
getInstalledAssemblySubsetTables
public final ITaskItem[] getInstalledAssemblySubsetTables() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setInstalledAssemblySubsetTables
public void setInstalledAssemblySubsetTables(ITaskItem[] InstalledAssemblySubsetTables) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
getInstalledAssemblyTables
public final ITaskItem[] getInstalledAssemblyTables() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setInstalledAssemblyTables
public void setInstalledAssemblyTables(ITaskItem[] InstalledAssemblyTables) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getRelatedFiles
public final ITaskItem[] getRelatedFiles() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getResolvedDependencyFiles
public final ITaskItem[] getResolvedDependencyFiles() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getResolvedFiles
public final ITaskItem[] getResolvedFiles() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getResolvedSDKReferences
public final ITaskItem[] getResolvedSDKReferences() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setResolvedSDKReferences
public void setResolvedSDKReferences(ITaskItem[] ResolvedSDKReferences) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSatelliteFiles
public final ITaskItem[] getSatelliteFiles() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getScatterFiles
public final ITaskItem[] getScatterFiles() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSerializationAssemblyFiles
public final ITaskItem[] getSerializationAssemblyFiles() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSuggestedRedirects
public final ITaskItem[] getSuggestedRedirects() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAppConfigFile
public java.lang.String getAppConfigFile() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAppConfigFile
public void setAppConfigFile(java.lang.String AppConfigFile) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getProfileName
public java.lang.String getProfileName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setProfileName
public void setProfileName(java.lang.String ProfileName) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
getStateFile
public java.lang.String getStateFile() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setStateFile
public void setStateFile(java.lang.String StateFile) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTargetedRuntimeVersion
public java.lang.String getTargetedRuntimeVersion() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTargetedRuntimeVersion
public void setTargetedRuntimeVersion(java.lang.String TargetedRuntimeVersion) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTargetFrameworkMoniker
public java.lang.String getTargetFrameworkMoniker() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTargetFrameworkMoniker
public void setTargetFrameworkMoniker(java.lang.String TargetFrameworkMoniker) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTargetFrameworkMonikerDisplayName
public java.lang.String getTargetFrameworkMonikerDisplayName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTargetFrameworkMonikerDisplayName
public void setTargetFrameworkMonikerDisplayName(java.lang.String TargetFrameworkMonikerDisplayName) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTargetFrameworkVersion
public java.lang.String getTargetFrameworkVersion() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTargetFrameworkVersion
public void setTargetFrameworkVersion(java.lang.String TargetFrameworkVersion) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTargetProcessorArchitecture
public java.lang.String getTargetProcessorArchitecture() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTargetProcessorArchitecture
public void setTargetProcessorArchitecture(java.lang.String TargetProcessorArchitecture) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getWarnOrErrorOnTargetArchitectureMismatch
public java.lang.String getWarnOrErrorOnTargetArchitectureMismatch() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setWarnOrErrorOnTargetArchitectureMismatch
public void setWarnOrErrorOnTargetArchitectureMismatch(java.lang.String WarnOrErrorOnTargetArchitectureMismatch) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, InvalidCastException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, IndexOutOfRangeException, ObjectDisposedException, CultureNotFoundException, NullReferenceException
-
getAllowedAssemblyExtensions
public java.lang.String[] getAllowedAssemblyExtensions() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAllowedAssemblyExtensions
public void setAllowedAssemblyExtensions(java.lang.String[] AllowedAssemblyExtensions) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAllowedRelatedFileExtensions
public java.lang.String[] getAllowedRelatedFileExtensions() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAllowedRelatedFileExtensions
public void setAllowedRelatedFileExtensions(java.lang.String[] AllowedRelatedFileExtensions) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCandidateAssemblyFiles
public java.lang.String[] getCandidateAssemblyFiles() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCandidateAssemblyFiles
public void setCandidateAssemblyFiles(java.lang.String[] CandidateAssemblyFiles) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFullFrameworkFolders
public java.lang.String[] getFullFrameworkFolders() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFullFrameworkFolders
public void setFullFrameworkFolders(java.lang.String[] FullFrameworkFolders) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
getFullTargetFrameworkSubsetNames
public java.lang.String[] getFullTargetFrameworkSubsetNames() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFullTargetFrameworkSubsetNames
public void setFullTargetFrameworkSubsetNames(java.lang.String[] FullTargetFrameworkSubsetNames) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
getLatestTargetFrameworkDirectories
public java.lang.String[] getLatestTargetFrameworkDirectories() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setLatestTargetFrameworkDirectories
public void setLatestTargetFrameworkDirectories(java.lang.String[] LatestTargetFrameworkDirectories) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSearchPaths
public java.lang.String[] getSearchPaths() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSearchPaths
public void setSearchPaths(java.lang.String[] SearchPaths) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTargetFrameworkDirectories
public java.lang.String[] getTargetFrameworkDirectories() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTargetFrameworkDirectories
public void setTargetFrameworkDirectories(java.lang.String[] TargetFrameworkDirectories) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTargetFrameworkSubsets
public java.lang.String[] getTargetFrameworkSubsets() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTargetFrameworkSubsets
public void setTargetFrameworkSubsets(java.lang.String[] TargetFrameworkSubsets) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
-