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






The system path to the file containing the Fast Infoset encoded XML data.
Creates a new XmlReader instance for reading the Fast Infoset encoded XML file.
Syntax
'Declaration
 
Public Overloads Shared Shadows Function Create( _
   ByVal inputFileName As System.String _
) As System.Xml.XmlReader
'Usage
 
Dim inputFileName As System.String
Dim value As System.Xml.XmlReader
 
value = XmlFastInfosetReader.Create(inputFileName)
public new static System.Xml.XmlReader Create( 
   System.string inputFileName
)
public function Create( 
    inputFileName: System.String
): System.Xml.XmlReader; static; 
public hide static function Create( 
   inputFileName : System.String
) : System.Xml.XmlReader;
public: new static System.Xml.XmlReader* Create( 
   System.string* inputFileName
) 
public:
new static System.Xml.XmlReader^ Create( 
   System.String^ inputFileName
) 

Parameters

inputFileName
The system path to the file containing the Fast Infoset encoded XML data.

Return Value

An System.Xml.XmlReader object to read the Fast Infoset encoded XML data.
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

XmlFastInfosetReader Class
XmlFastInfosetReader Members
Overload List

Send Feedback