The ArchiveItem type exposes the following members.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkDelete()()()()
Deletes the current file or empty directory item from the archive.
Public methodSupported by the .NET Compact FrameworkDelete(ArchiveSaveAction)
Deletes the current file or empty directory item from the archive.
Public methodSupported by the .NET Compact FrameworkDelete(ArchiveTraversalMode) Obsolete.
Public methodSupported by the .NET Compact FrameworkDelete(ArchiveTraversalMode, ArchiveSaveAction) Obsolete.
Public methodSupported by the .NET Compact FrameworkDelete(TraversalMode, ArchiveSaveAction)
Deletes the current item from the archive.
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkExtractToArray
Extracts the current file item into a byte array.
Public methodSupported by the .NET Compact FrameworkExtractToDirectory(String)
Extracts the current item into the specified directory.
Public methodSupported by the .NET Compact FrameworkExtractToDirectory(String, ArchiveTraversalMode, ArchiveActionOnExistingFile) Obsolete.
Public methodSupported by the .NET Compact FrameworkExtractToDirectory(String, TraversalMode, ActionOnExistingFiles)
Extracts the current item into the specified local directory using the specified arguments.
Public methodSupported by the .NET Compact FrameworkExtractToFile
Extracts the current file item into a local file.
Public methodSupported by the .NET Compact FrameworkExtractToStream
Extracts the current file item to the specified stream.
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkGetCreationTime
Gets the creation time attribute of the item.
(Overrides FileSystemItem..::..GetCreationTime()()()().)
Public methodSupported by the .NET Compact FrameworkGetHashCode
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkGetLastAccessTime
Gets the last access time attribute of the item.
(Overrides FileSystemItem..::..GetLastAccessTime()()()().)
Protected methodSupported by the .NET Compact FrameworkGetLastWriteTime
Gets the last modification time attribute of the item.
(Overrides FileSystemItem..::..GetLastWriteTime()()()().)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkOpen()()()()
Returns an initialized read-only non-seekable stream to read the decompressed data of the current item.
Public methodSupported by the .NET Compact FrameworkOpen(String)
Returns an initialized read-only non-seekable stream to read the decompressed data of the current item.
Public methodSupported by the .NET Compact FrameworkRename
Renames the current item.
Public methodSupported by the .NET Compact FrameworkToString
Returns a System.String that represents the current item.
(Overrides Object..::..ToString()()()().)

See Also