AssemblyDownloadInfo Class

Definition

Encapsulates information about the assembly being downloaded.

public ref class AssemblyDownloadInfo sealed
public sealed class AssemblyDownloadInfo
type AssemblyDownloadInfo = class
Public NotInheritable Class AssemblyDownloadInfo
Inheritance
AssemblyDownloadInfo

Remarks

The AssemblyDownloadInfo class is the assembly required for a specific module in IIS Manager.

Constructors

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

Initializes a new instance of the AssemblyDownloadInfo class.

Properties

CanIgnore

Gets a value indicating whether the assembly can be downloaded.

Culture

Gets the culture that is associated with the assembly.

DisplayName

Gets the display name of the assembly.

FilePath

Gets the physical path to the assembly file to be downloaded.

Name

Gets the name of the assembly to be downloaded.

Applies to

See also