Deployment Tools Foundation
EnableOffsetOpen Property
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Compression ► ArchiveFileStreamContext ► EnableOffsetOpen
Gets or sets a flag that enables creating or extracting an archive
at an offset within an existing file. (This is typically used to open
archive-based self-extracting packages.)
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public bool EnableOffsetOpen { get; set; }
Public Property EnableOffsetOpen As Boolean Get Set
public: property bool EnableOffsetOpen { bool get (); void set (bool value); }
member EnableOffsetOpen : bool with get, set
Property Value
Boolean
True to search an existing package file for an archive offset or the end of the file;/ false to always create or open a plain archive file.
True to search an existing package file for an archive offset or the end of the file;/ false to always create or open a plain archive file.
Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.11.1.2318)