Interface IOutputWorkingDirectory

IOutputWorkingDirectory interface

Interface of generalized output working directory.

public interface IOutputWorkingDirectory : IInputWorkingDirectory

Methods

NameDescription
GetOutputFile(string)Returns the stream to write to. MUST NOT return a null object. In case a stream cannot be returned, it MUST return a NamedStream object with a null Stream property value instead.

See Also