AssemblyFoldersExInfo 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.
Constructor
public:
AssemblyFoldersExInfo(Microsoft::Win32::RegistryHive hive, Microsoft::Win32::RegistryView view, System::String ^ registryKey, System::String ^ directoryPath, Version ^ targetFrameworkVersion);
public AssemblyFoldersExInfo (Microsoft.Win32.RegistryHive hive, Microsoft.Win32.RegistryView view, string registryKey, string directoryPath, Version targetFrameworkVersion);
new Microsoft.Build.Utilities.AssemblyFoldersExInfo : Microsoft.Win32.RegistryHive * Microsoft.Win32.RegistryView * string * string * Version -> Microsoft.Build.Utilities.AssemblyFoldersExInfo
Public Sub New (hive As RegistryHive, view As RegistryView, registryKey As String, directoryPath As String, targetFrameworkVersion As Version)
Parameters
- hive
- RegistryHive
Registry hive to use.
- view
- RegistryView
Registry view to use.
- registryKey
- String
Registry key for the component.
- directoryPath
- String
Registry keys default folder path.
- targetFrameworkVersion
- Version
Target framework version for the registry key.