This documentation is archived and is not being maintained.
ResolveAssemblyReference Class
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Implements the ResolveAssemblyReference task. Use the ResolveAssemblyReference element in your project file to create and execute this task. For usage and parameter information, see ResolveAssemblyReference Task.
System::Object
Microsoft.Build.Utilities::Task
Microsoft.Build.Tasks::TaskExtension
Microsoft.Build.Tasks::ResolveAssemblyReference
Microsoft.Build.Utilities::Task
Microsoft.Build.Tasks::TaskExtension
Microsoft.Build.Tasks::ResolveAssemblyReference
Assembly: Microsoft.Build.Tasks.v4.0 (in Microsoft.Build.Tasks.v4.0.dll)
The ResolveAssemblyReference type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ResolveAssemblyReference | Infrastructure. Initializes a new instance of the ResolveAssemblyReference class. |
| Name | Description | |
|---|---|---|
![]() | AllowedAssemblyExtensions | Infrastructure. Gets or sets the assembly extensions that will be considered during references resolution. |
![]() | AllowedRelatedFileExtensions | Infrastructure. Gets or sets the extensions that will be considered when searching for related files. |
![]() | AppConfigFile | Infrastructure. Gets or sets the App.Config file path. |
![]() | Assemblies | Infrastructure. Gets or sets the assembly names to resolve into full paths and to find dependencies for. |
![]() | AssemblyFiles | Infrastructure. Gets or sets a list of fully qualified assembly paths to find dependencies for. |
![]() | AutoUnify | Infrastructure. Gets or sets a Boolean value that specifies whether the resulting dependency graph is automatically treated as if there were an App.Config file passed in to the AppConfigFile property. |
![]() | BuildEngine | Gets or sets the instance of the IBuildEngine object used by the task. (Inherited from Task.) |
![]() | BuildEngine2 | Gets the instance of the IBuildEngine2 object used by the task. (Inherited from Task.) |
![]() | BuildEngine3 | Gets the instance of the IBuildEngine3 object used by the task. (Inherited from Task.) |
![]() | CandidateAssemblyFiles | Infrastructure. Gets or sets a list of assemblies, which must be absolute file names or project-relative file names, to use for the search and resolution process. |
![]() | CopyLocalDependenciesWhenParentReferenceInGac | Gets or sets a switch that determines how dependencies are determined, and whether or not a dependency is copied locally. |
![]() | CopyLocalFiles | Infrastructure. Returns all files in the ResolvedFiles, ResolvedDependencyFiles, RelatedFiles, SatelliteFiles, and ResolveAssemblyReference properties that have the CopyLocal item metadata with a value of true. |
![]() | FilesWritten | Infrastructure. Gets or sets the items written to disk. |
![]() | FindDependencies | Infrastructure. Gets or sets a Boolean value that specifies whether dependencies will be found (true) or only primary references will be found (false). |
![]() | FindRelatedFiles | Infrastructure. Gets or sets a Boolean value that specifies whether related files such as .pdb files and .xml files will be found. |
![]() | FindSatellites | Infrastructure. Gets or sets a Boolean value that specifies whether satellite assemblies will be found. |
![]() | FindSerializationAssemblies | Infrastructure. Gets or sets a Boolean value that specifies whether the serialization assemblies will be found. |
![]() | FullFrameworkAssemblyTables | Gets or sets a list of items representing XML files that contain the full framework for the profile. |
![]() | FullFrameworkFolders | Gets or sets a list of folders which contain a RedistList directory which represent the full framework for a given client profile, for example:%programfiles%\reference assemblies\microsoft\framework\v4.0 |
![]() | FullTargetFrameworkSubsetNames | Infrastructure. A string that contains the names of the subsets of the specified target framework. |
![]() | HelpKeywordPrefix | Gets or sets the prefix used to compose Help keywords from resource names. (Inherited from Task.) |
![]() | HostObject | Gets or sets the host object associated with the task. (Inherited from Task.) |
![]() | IgnoreDefaultInstalledAssemblySubsetTables | Infrastructure. Gets or sets a Boolean value that specifies whether the task should look for and use additional installed assembly subset tables (also known as Subset Lists), which are found in the SubsetList directory under the provided TargetFrameworkDirectories. |
![]() | IgnoreDefaultInstalledAssemblyTables | Infrastructure. Gets or sets a Boolean value that specifies whether the ResolveAssemblyReference task should ignore additional installed assembly tables found in the RedistList directory underneath the provided TargetFrameworkDirectories (true) or should search for and use these installed assembly tables (false). |
![]() | InstalledAssemblySubsetTables | Infrastructure. An ITaskItem that represents a list of XML files that contain assemblies that are expected to be in the target subset. |
![]() | InstalledAssemblyTables | Infrastructure. Gets or sets a list of XML files that contain assemblies that are expected to be installed on the target machine. |
![]() | LatestTargetFrameworkDirectories | Gets or sets the list of directories which contain the redist lists for the most current framework which can be targeted on the machine. |
![]() | Log | Infrastructure. Gets an instance of a TaskLoggingHelperExtension containing task logging methods. (Inherited from TaskExtension.) |
![]() | ProfileName | Gets or sets the name of the target framework profile we are targeting, for example Client, Web, or Network |
![]() | RelatedFiles | Infrastructure. Gets related files, such as .xml and .pdb files with the same base name as a reference. |
![]() | ResolvedDependencyFiles | Infrastructure. Gets the nth order paths to dependencies. |
![]() | ResolvedFiles | Infrastructure. Gets a list of all primary references resolved to full paths. |
![]() | SatelliteFiles | Infrastructure. Gets any satellite files found. |
![]() | ScatterFiles | Infrastructure. Gets the scatter files associated with one of the given assemblies. |
![]() | SearchPaths | Infrastructure. Specifies the directories or special locations that are searched to find the files on disk that represent the assemblies. |
![]() | SerializationAssemblyFiles | Infrastructure. Gets the serialization assemblies. |
![]() | Silent | Infrastructure. Gets or sets a Boolean value that specifies whether no messages are logged. |
![]() | StateFile | Infrastructure. Gets or sets a file name that indicates where to save the intermediate build state for this task. |
![]() | SuggestedRedirects | Infrastructure. Gets one item for every distinct conflicting assembly identity, regardless of the value of the AutoUnify property. |
![]() | TargetedRuntimeVersion | Gets or sets the name of the runtime we are targeting, for example, 2.0.57027. |
![]() | TargetFrameworkDirectories | Infrastructure. Gets or sets the path to the target framework directory. |
![]() | TargetFrameworkMoniker | Gets or sets the target framework moniker being targeted, if any. |
![]() | TargetFrameworkMonikerDisplayName | Gets or sets the display name of the target framework moniker being targeted, if any. |
![]() | TargetFrameworkSubsets | Infrastructure. A list of target framework subset names that will be searched for in the target framework directories. |
![]() | TargetFrameworkVersion | Infrastructure. Gets or sets the project target framework version used for reference filtering. |
![]() | TargetProcessorArchitecture | Infrastructure. Gets or sets the preferred target processor architecture used for resolving Global Assembly Cache (GAC) references, which can have a value of x86, IA64, or AMD64. |
![]() | TaskResources | Gets or sets the culture-specific resources associated with the task. (Inherited from Task.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Execute | Infrastructure. Executes the ResolveAssemblyReference task. (Overrides Task::Execute().) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
