FastInfoset.NET Class Reference for .NET
CreateWriter(String) Method






The URI of the file to write.
Creates a new or reuses an existing instance of XmlFastInfosetWriter.
Syntax
'Declaration
 
Public Overloads Function CreateWriter( _
   ByVal filename As System.String _
) As XmlFastInfosetWriter
'Usage
 
Dim instance As XmlFastInfosetFactory
Dim filename As System.String
Dim value As XmlFastInfosetWriter
 
value = instance.CreateWriter(filename)
public XmlFastInfosetWriter CreateWriter( 
   System.string filename
)
public function CreateWriter( 
    filename: System.String
): XmlFastInfosetWriter; 
public function CreateWriter( 
   filename : System.String
) : XmlFastInfosetWriter;
public: XmlFastInfosetWriter* CreateWriter( 
   System.string* filename
) 
public:
XmlFastInfosetWriter^ CreateWriter( 
   System.String^ filename
) 

Parameters

filename
The URI of the file to write.

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