ArchiveStream(String, StreamReader) Constructor
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.
public:
ArchiveStream(System::String ^ fullPath, System::IO::StreamReader ^ contentReader);
public ArchiveStream (string fullPath, System.IO.StreamReader contentReader);
new Microsoft.Build.Logging.ArchiveStream : string * System.IO.StreamReader -> Microsoft.Build.Logging.ArchiveStream
Public Sub New (fullPath As String, contentReader As StreamReader)
Parameters
- fullPath
- String
- contentReader
- StreamReader