AssemblyFoldersFromConfigInfo(String, Version) Constructor

Definition

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.

targetFrameworkVersion
Version

The Version of the target framework.

Applies to