Debug.DumpStream(Stream, String) Method
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:
static void DumpStream(System::IO::Stream ^ s, System::String ^ fname);
public static void DumpStream (System.IO.Stream s, string fname);
static member DumpStream : System.IO.Stream * string -> unit
Public Shared Sub DumpStream (s As Stream, fname As String)
Parameters
- s
- Stream
- fname
- String