ZipFileInfo Constructor (info, context)

DTF API

Copy image CopyHover image
Deployment Tools Foundation ZipFileInfo Constructor (info, context)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.Compression.ZipZipFileInfoZipFileInfo(SerializationInfo, StreamingContext)
Initializes a new instance of the ZipFileInfo class with serialized data.
Declaration Syntax
C# Visual Basic Visual C++ F#
protected ZipFileInfo(
	SerializationInfo info,
	StreamingContext context
)
Protected Sub New ( 
	info As SerializationInfo,
	context As StreamingContext
)
protected:
ZipFileInfo(
	SerializationInfo^ info, 
	StreamingContext context
)
new : 
        info : SerializationInfo * 
        context : StreamingContext -> ZipFileInfo
Parameters
info (SerializationInfo)
The SerializationInfo that holds the serialized object data about the exception being thrown.
context (StreamingContext)
The StreamingContext that contains contextual information about the source or destination.

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