FastInfoset.NET Class Reference for .NET
Create(Stream) Method






The stream to which you want to write. The System.Xml.XmlWriter writes FastInfoset encoded XML and appends it to the specified stream.
Creates a new XmlWriter instance for writing Fast Infoset encoded XML into the specified stream.
Syntax
'Declaration
 
Public Overloads Shared Shadows Function Create( _
   ByVal output As System.IO.Stream _
) As System.Xml.XmlWriter
'Usage
 
Dim output As System.IO.Stream
Dim value As System.Xml.XmlWriter
 
value = XmlFastInfosetWriter.Create(output)
public new static System.Xml.XmlWriter Create( 
   System.IO.Stream output
)
public function Create( 
    output: System.IO.Stream
): System.Xml.XmlWriter; static; 
public hide static function Create( 
   output : System.IO.Stream
) : System.Xml.XmlWriter;
public: new static System.Xml.XmlWriter* Create( 
   System.IO.Stream* output
) 
public:
new static System.Xml.XmlWriter^ Create( 
   System.IO.Stream^ output
) 

Parameters

output
The stream to which you want to write. The System.Xml.XmlWriter writes FastInfoset encoded XML and appends it to the specified stream.

Return Value

An XmlWriter object.
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

XmlFastInfosetWriter Class
XmlFastInfosetWriter Members
Overload List

Send Feedback