Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
System.IO Namespace
StreamWriter Class
 StreamWriter Members

  Switch on low bandwidth view
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
StreamWriter Members

Implements a TextWriter for writing characters to a stream in a particular encoding.

The StreamWriter type exposes the following members.

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkStreamWriterOverloaded. Initializes a new instance of the StreamWriter class.
Top
  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCloseCloses the current StreamWriter object and the underlying stream. (Overrides TextWriter..::.Close()()().)
Public methodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDisposeOverloaded.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkEquals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkFinalizeOverloaded.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkFlushClears all buffers for the current writer and causes any buffered data to be written to the underlying stream. (Overrides TextWriter..::.Flush()()().)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetType Gets the Type of the current instance. (Inherited from Object.)
Public methodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMemberwiseCloneOverloaded.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToString Returns a String that represents the current Object. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkWriteOverloaded. Writes to the stream.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkWriteLineOverloaded. Writes some data as specified by the overloaded parameters, followed by a line terminator.
Top
  NameDescription
Protected fieldSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCoreNewLine Stores the new line characters used for this TextWriter. (Inherited from TextWriter.)
Public fieldStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkNullProvides a StreamWriter with no backing store that can be written to, but not read from.
Top
  NameDescription
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkAutoFlushGets or sets a value indicating whether the StreamWriter will flush its buffer to the underlying stream after every call to StreamWriter..::.Write.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkBaseStreamGets the underlying stream that interfaces with a backing store.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkEncodingGets the Encoding in which the output is written. (Overrides TextWriter..::.Encoding.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkFormatProvider Gets an object that controls formatting. (Inherited from TextWriter.)
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkNewLine Gets or sets the line terminator string used by the current TextWriter. (Inherited from TextWriter.)
Top
  NameDescription
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkIDisposable..::.Dispose For a description of this member, see IDisposable..::.Dispose. (Inherited from TextWriter.)
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker