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






The file to which you want to write. The System.Xml.XmlWriter creates a file at the specified path and writes to it FastInfoset encoded XML data. The outputFileName must be a file system path.
Creates a new XmlWriter instance for writing Fast Infoset encoded XML into the specified file.
Syntax
'Declaration
 
Public Overloads Shared Shadows Function Create( _
   ByVal outputFileName As System.String _
) As System.Xml.XmlWriter
'Usage
 
Dim outputFileName As System.String
Dim value As System.Xml.XmlWriter
 
value = XmlFastInfosetWriter.Create(outputFileName)
public new static System.Xml.XmlWriter Create( 
   System.string outputFileName
)
public function Create( 
    outputFileName: System.String
): System.Xml.XmlWriter; static; 
public hide static function Create( 
   outputFileName : System.String
) : System.Xml.XmlWriter;
public: new static System.Xml.XmlWriter* Create( 
   System.string* outputFileName
) 
public:
new static System.Xml.XmlWriter^ Create( 
   System.String^ outputFileName
) 

Parameters

outputFileName
The file to which you want to write. The System.Xml.XmlWriter creates a file at the specified path and writes to it FastInfoset encoded XML data. The outputFileName must be a file system path.

Return Value

An System.Xml.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