Share via


ManagementChannel.DownloadAssembly(AssemblyDownloadInfo, String) Method

Definition

When overridden in a derived class, downloads the assembly to the specified path.

protected public:
 abstract void DownloadAssembly(Microsoft::Web::Management::Client::AssemblyDownloadInfo ^ info, System::String ^ fileName);
protected internal abstract void DownloadAssembly (Microsoft.Web.Management.Client.AssemblyDownloadInfo info, string fileName);
abstract member DownloadAssembly : Microsoft.Web.Management.Client.AssemblyDownloadInfo * string -> unit
Protected Friend MustOverride Sub DownloadAssembly (info As AssemblyDownloadInfo, fileName As String)

Parameters

info
AssemblyDownloadInfo

Information of the assembly to download.

fileName
String

File name that will be generated by the download process.

Remarks

The DownloadAssembly method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

The AssemblyDownloadInfo object specified by the info parameter contains information such as the culture of the assembly.

Applies to