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