AssemblyFoldersFromConfigInfo(String, Version) Constructor
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.
Initializes a new instance of the AssemblyFoldersFromConfigInfo class.
public:
AssemblyFoldersFromConfigInfo(System::String ^ directoryPath, Version ^ targetFrameworkVersion);
public AssemblyFoldersFromConfigInfo (string directoryPath, Version targetFrameworkVersion);
new Microsoft.Build.Utilities.AssemblyFoldersFromConfigInfo : string * Version -> Microsoft.Build.Utilities.AssemblyFoldersFromConfigInfo
Public Sub New (directoryPath As String, targetFrameworkVersion As Version)
Parameters
- directoryPath
- String
The directory path.