ArchiveInfo Constructor (path)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation ArchiveInfo Constructor (path)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.CompressionArchiveInfoArchiveInfo(String)
Creates a new ArchiveInfo object representing an archive in a specified path.
Declaration Syntax
C# Visual Basic Visual C++
protected ArchiveInfo(
	string path
)
Protected Sub New ( 
	path As String
)
protected:
ArchiveInfo(
	String^ path
)
Parameters
path (String)
The path to the archive. When creating an archive, this file does not necessarily exist yet.

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.9.1006.0)