ResolveAssemblyReference.CandidateAssemblyFiles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A list of assembly files that can be part of the search and resolution process. These must be absolute filenames, or project-relative filenames.
Assembly files in this list will be considered when SearchPaths contains {CandidateAssemblyFiles} as one of the paths to consider.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
property cli::array <System::String ^> ^ CandidateAssemblyFiles { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] CandidateAssemblyFiles { get; set; }
public string[] CandidateAssemblyFiles { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.CandidateAssemblyFiles : string[] with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.CandidateAssemblyFiles : string[] with get, set
Public Property CandidateAssemblyFiles As String()
Property Value
The list of assemblies to use for the search and resolution process.
- Attributes
Remarks
Assemblies in this list will be considered when the SearchPaths property contains {CandidateAssemblyFiles} as one of the paths to consider.