Share via


AssemblyDownloadInfo(String, String, String, Boolean, CultureInfo) Constructor

Definition

Initializes a new instance of the AssemblyDownloadInfo class.

public:
 AssemblyDownloadInfo(System::String ^ name, System::String ^ displayName, System::String ^ filePath, bool canIgnore, System::Globalization::CultureInfo ^ culture);
public AssemblyDownloadInfo (string name, string displayName, string filePath, bool canIgnore, System.Globalization.CultureInfo culture);
new Microsoft.Web.Management.Client.AssemblyDownloadInfo : string * string * string * bool * System.Globalization.CultureInfo -> Microsoft.Web.Management.Client.AssemblyDownloadInfo
Public Sub New (name As String, displayName As String, filePath As String, canIgnore As Boolean, culture As CultureInfo)

Parameters

name
String

The name of the assembly.

displayName
String

The display name of the assembly.

filePath
String

The path to the assembly.

canIgnore
Boolean

A value that indicates whether the assembly can be downloaded.

culture
CultureInfo

A CultureInfo object that supplies culture-specific casing rules.

Remarks

Developers can get the values of the name, displayName, filePath, canIgnore, and culture parameters by using the Name, DisplayName, FilePath, CanIgnore, and Culture properties.

Applies to