ProcessEventWriter sealed class ProcessEventWriter : IProcessEventWriter, IDisposable Represents an abstract object that writes output events to a file. This class cannot be inherited. Documentation Code public string File { get; } public bool HasEvents { get; } public ProcessEventWriter(IFileSystem fileSystem) Initializes a new instance of the ProcessEventWriter class. public void Close() public void Dispose() public void Save(string targetFile) public void Write(ProcessEventDto dto)