IProject |
The IProjectArchive type exposes the following members.
| 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. |