AssemblyDownloadInfo Class

IIS 7.0
 

Encapsulates information about the assembly being downloaded.

Namespace:   Microsoft.Web.Management.Client
Assembly:  Microsoft.Web.Management (in Microsoft.Web.Management.dll)

System.Object
  Microsoft.Web.Management.Client.AssemblyDownloadInfo

public sealed class AssemblyDownloadInfo

NameDescription
System_CAPS_pubmethodAssemblyDownloadInfo(String, String, String, Boolean, CultureInfo)

Initializes a new instance of the AssemblyDownloadInfo class.

NameDescription
System_CAPS_pubpropertyCanIgnore

Gets a value indicating whether the assembly can be downloaded.

System_CAPS_pubpropertyCulture

Gets the culture that is associated with the assembly.

System_CAPS_pubpropertyDisplayName

Gets the display name of the assembly.

System_CAPS_pubpropertyFilePath

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

System_CAPS_pubpropertyName

Gets the name of the assembly to be downloaded.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: