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.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.ResolveAssemblyReferencestatic JCTypeclassTypeThe 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 ResolveAssemblyReferencecast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoResolveAssemblyReference, a cast assert is made to check if types are compatible.booleanExecute()java.lang.String[]getAllowedAssemblyExtensions()java.lang.String[]getAllowedRelatedFileExtensions()java.lang.StringgetAppConfigFile()ITaskItem[]getAssemblies()ITaskItem[]getAssemblyFiles()booleangetAutoUnify()java.lang.String[]getCandidateAssemblyFiles()booleangetCopyLocalDependenciesWhenParentReferenceInGac()ITaskItem[]getCopyLocalFiles()ITaskItem[]getFilesWritten()booleangetFindDependencies()booleangetFindRelatedFiles()booleangetFindSatellites()booleangetFindSerializationAssemblies()ITaskItem[]getFullFrameworkAssemblyTables()java.lang.String[]getFullFrameworkFolders()java.lang.String[]getFullTargetFrameworkSubsetNames()booleangetIgnoreDefaultInstalledAssemblySubsetTables()booleangetIgnoreDefaultInstalledAssemblyTables()booleangetIgnoreTargetFrameworkAttributeVersionMismatch()booleangetIgnoreVersionForFrameworkReferences()ITaskItem[]getInstalledAssemblySubsetTables()ITaskItem[]getInstalledAssemblyTables()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.String[]getLatestTargetFrameworkDirectories()java.lang.StringgetProfileName()ITaskItem[]getRelatedFiles()ITaskItem[]getResolvedDependencyFiles()ITaskItem[]getResolvedFiles()ITaskItem[]getResolvedSDKReferences()ITaskItem[]getSatelliteFiles()ITaskItem[]getScatterFiles()java.lang.String[]getSearchPaths()ITaskItem[]getSerializationAssemblyFiles()booleangetSilent()java.lang.StringgetStateFile()ITaskItem[]getSuggestedRedirects()java.lang.StringgetTargetedRuntimeVersion()java.lang.String[]getTargetFrameworkDirectories()java.lang.StringgetTargetFrameworkMoniker()java.lang.StringgetTargetFrameworkMonikerDisplayName()java.lang.String[]getTargetFrameworkSubsets()java.lang.StringgetTargetFrameworkVersion()java.lang.StringgetTargetProcessorArchitecture()java.lang.StringgetWarnOrErrorOnTargetArchitectureMismatch()voidsetAllowedAssemblyExtensions(java.lang.String[] AllowedAssemblyExtensions)voidsetAllowedRelatedFileExtensions(java.lang.String[] AllowedRelatedFileExtensions)voidsetAppConfigFile(java.lang.String AppConfigFile)voidsetAssemblies(ITaskItem[] Assemblies)voidsetAssemblyFiles(ITaskItem[] AssemblyFiles)voidsetAutoUnify(boolean AutoUnify)voidsetCandidateAssemblyFiles(java.lang.String[] CandidateAssemblyFiles)voidsetCopyLocalDependenciesWhenParentReferenceInGac(boolean CopyLocalDependenciesWhenParentReferenceInGac)voidsetFilesWritten(ITaskItem[] FilesWritten)voidsetFindDependencies(boolean FindDependencies)voidsetFindRelatedFiles(boolean FindRelatedFiles)voidsetFindSatellites(boolean FindSatellites)voidsetFindSerializationAssemblies(boolean FindSerializationAssemblies)voidsetFullFrameworkAssemblyTables(ITaskItem[] FullFrameworkAssemblyTables)voidsetFullFrameworkFolders(java.lang.String[] FullFrameworkFolders)voidsetFullTargetFrameworkSubsetNames(java.lang.String[] FullTargetFrameworkSubsetNames)voidsetIgnoreDefaultInstalledAssemblySubsetTables(boolean IgnoreDefaultInstalledAssemblySubsetTables)voidsetIgnoreDefaultInstalledAssemblyTables(boolean IgnoreDefaultInstalledAssemblyTables)voidsetIgnoreTargetFrameworkAttributeVersionMismatch(boolean IgnoreTargetFrameworkAttributeVersionMismatch)voidsetIgnoreVersionForFrameworkReferences(boolean IgnoreVersionForFrameworkReferences)voidsetInstalledAssemblySubsetTables(ITaskItem[] InstalledAssemblySubsetTables)voidsetInstalledAssemblyTables(ITaskItem[] InstalledAssemblyTables)voidsetJCOInstance(JCObject instance)voidsetLatestTargetFrameworkDirectories(java.lang.String[] LatestTargetFrameworkDirectories)voidsetProfileName(java.lang.String ProfileName)voidsetResolvedSDKReferences(ITaskItem[] ResolvedSDKReferences)voidsetSearchPaths(java.lang.String[] SearchPaths)voidsetSilent(boolean Silent)voidsetStateFile(java.lang.String StateFile)voidsetTargetedRuntimeVersion(java.lang.String TargetedRuntimeVersion)voidsetTargetFrameworkDirectories(java.lang.String[] TargetFrameworkDirectories)voidsetTargetFrameworkMoniker(java.lang.String TargetFrameworkMoniker)voidsetTargetFrameworkMonikerDisplayName(java.lang.String TargetFrameworkMonikerDisplayName)voidsetTargetFrameworkSubsets(java.lang.String[] TargetFrameworkSubsets)voidsetTargetFrameworkVersion(java.lang.String TargetFrameworkVersion)voidsetTargetProcessorArchitecture(java.lang.String TargetProcessorArchitecture)voidsetWarnOrErrorOnTargetArchitectureMismatch(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.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
ResolveAssemblyReference
public ResolveAssemblyReference() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classTaskExtension- 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 classTaskExtension- 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 classTaskExtension- 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 classTaskExtension- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classTaskExtension
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classTaskExtension- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static ResolveAssemblyReference cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoResolveAssemblyReference, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
ResolveAssemblyReferenceinstance- 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:
Executein classTask- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionNotSupportedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionNullReferenceExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionAccessViolationExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionSecurityExceptionEndOfStreamExceptionKeyNotFoundExceptionSerializationExceptionRankExceptionBadImageFormatException
-
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.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotSupportedException
-
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
-
-