ArchiveFile Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fully materialized (in-memory) embedded file. Easier to work with (the content is expressed in a single string), but more memory greedy.
public ref class ArchiveFile sealed : Microsoft::Build::Logging::ArchiveData
public sealed class ArchiveFile : Microsoft.Build.Logging.ArchiveData
type ArchiveFile = class
inherit ArchiveData
Public NotInheritable Class ArchiveFile
Inherits ArchiveData
- Inheritance
Constructors
ArchiveFile(String, String) |
Properties
Content |
The content of the original file. |
FullPath |
Full path of the original file before it was put in the embedded archive. (Inherited from ArchiveData) |
Methods
Dispose() | (Inherited from ArchiveData) |
ToArchiveFile() |
Materializes the whole content of the embedded file in memory as a string. |