IProject |
public interface IProjectArchive : IDisposable
The IProjectArchive type exposes the following members.
Name | Description | |
---|---|---|
Entries | Enumerates all entries in this project archive. | |
FileName | Gets the name of the file or folder. Can be null if no name is given yet. | |
SupportsDeferredLoading | Gets a value indicating whether entries in this archive can be opened simultaneously. |
Name | Description | |
---|---|---|
ContainsEntry | Determines whether the archive contains an entry with the name given in entryName. | |
CopyEntryFrom | Copies the entry from another archive. | |
CreateEntry | Creates a new project archive entry. | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) | |
GetEntry | Gets an already existing entry. If an entry with that name does not exist, the value Null is returned. | |
GetEntryMemento | Gets a memento that can later on used to read an entry of the archive. | |
SupportsCopyEntryFrom | Gets a value indicating whether this type of archive supports the copying of entries from another archive. |