CabInfo Constructor (info, context)

Microsoft Deployment Tools

Deployment Tools Foundation CabInfo Constructor (info, context)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.Compression.CabCabInfoCabInfo(SerializationInfo, StreamingContext)
Initializes a new instance of the CabinetInfo class with serialized data.
Declaration Syntax
C# Visual Basic Visual C++
protected CabInfo(
	SerializationInfo info,
	StreamingContext context
)
Protected Sub New ( _
	info As SerializationInfo, _
	context As StreamingContext _
)
protected:
CabInfo(
	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) Version: 3.0.0.0 (3.5.1623.0)