CabFileInfo Constructor (info, context)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation CabFileInfo Constructor (info, context)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.Compression.CabCabFileInfoCabFileInfo(SerializationInfo, StreamingContext)
Initializes a new instance of the CabinetFileInfo class with serialized data.
Declaration Syntax
C# Visual Basic Visual C++
protected CabFileInfo(
	SerializationInfo info,
	StreamingContext context
)
Protected Sub New ( 
	info As SerializationInfo,
	context As StreamingContext
)
protected:
CabFileInfo(
	SerializationInfo^ info, 
	StreamingContext context
)
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.Cab (Module: Microsoft.Deployment.Compression.Cab.dll) Version: 3.0.0.0 (3.9.1006.0)