Unnamed |
public class UnnamedProjectArchiveManager : IProjectArchiveManager, IDisposable
The UnnamedProjectArchiveManager type exposes the following members.
| Name | Description | |
|---|---|---|
| UnnamedProjectArchiveManager | Initializes a new instance of the UnnamedProjectArchiveManager class. | |
| UnnamedProjectArchiveManager(PathName) | Initializes a new instance of the UnnamedProjectArchiveManager class |
| Name | Description | |
|---|---|---|
| FileOrFolderName | Returns null because an unnamed project does not have a file name yet. | |
| IsDisposed | Gets a value indicating whether this instance is disposed. |
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetArchiveReadOnlyThreadSave | Intended for deferred reading of (typically only a single) project item from an archive. Gets an archive, for read-only purposes only. The call to this function should be thread-safe. It is required to call ReleaseArchiveThreadSave(Object, IProjectArchive) to release the returned archive if it is no longer in use. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ReleaseArchiveThreadSave | Releases the archive that was claimed with GetArchiveReadOnlyThreadSave(Object). | |
| Save | Saves the specified save project and windows state to the same file or folder that was used to open the project. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| FileOrFolderNameChanged | Occurs when the property FileOrFolderName has changed. |