ResolveAssemblyReference.CandidateAssemblyFiles Property

Definition

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

String[]

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.

Applies to