FastInfoset.NET Class Reference for Mono
CreateWriter(Stream,XmlWriterSettings) Method






The stream to which you want to write.
The XmlWriterSettings object used to configure the new XmlFastInfosetWriter instance.
Creates a new or reuses an existing instance of XmlFastInfosetWriter.
Syntax
'Declaration
 
Public Overloads Function CreateWriter( _
   ByVal stream As System.IO.Stream, _
   ByVal settings As System.Xml.XmlWriterSettings _
) As XmlFastInfosetWriter
'Usage
 
Dim instance As XmlFastInfosetFactory
Dim stream As System.IO.Stream
Dim settings As System.Xml.XmlWriterSettings
Dim value As XmlFastInfosetWriter
 
value = instance.CreateWriter(stream, settings)
public XmlFastInfosetWriter CreateWriter( 
   System.IO.Stream stream,
   System.Xml.XmlWriterSettings settings
)
public function CreateWriter( 
    stream: System.IO.Stream;
    settings: System.Xml.XmlWriterSettings
): XmlFastInfosetWriter; 
public function CreateWriter( 
   stream : System.IO.Stream,
   settings : System.Xml.XmlWriterSettings
) : XmlFastInfosetWriter;
public: XmlFastInfosetWriter* CreateWriter( 
   System.IO.Stream* stream,
   System.Xml.XmlWriterSettings* settings
) 
public:
XmlFastInfosetWriter^ CreateWriter( 
   System.IO.Stream^ stream,
   System.Xml.XmlWriterSettings^ settings
) 

Parameters

stream
The stream to which you want to write.
settings
The XmlWriterSettings object used to configure the new XmlFastInfosetWriter instance.

Return Value

An instance of XmlFastInfosetWriter.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XmlFastInfosetFactory Class
XmlFastInfosetFactory Members
Overload List

Send Feedback