Deployment Tools Foundation
IsValid Method
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Compression ► ArchiveInfo ► IsValid()()()()
Checks if the archive contains a valid archive header.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public bool IsValid()
Public Function IsValid As Boolean
public: bool IsValid()
member IsValid : unit -> bool
Return Value
Boolean
True if the file is a valid archive; false otherwise.
True if the file is a valid archive; false otherwise.
Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.11.1.2318)