AssemblyDownloadInfo Class
IIS 7.0
Encapsulates information about the assembly being downloaded.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
| Name | Description | |
|---|---|---|
![]() | AssemblyDownloadInfo(String, String, String, Boolean, CultureInfo) | Initializes a new instance of the AssemblyDownloadInfo class. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
The AssemblyDownloadInfo class is the assembly required for a specific module in IIS Manager.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

