FastInfoset.NET Class Reference for Mono
CreateReader(String,XmlReaderSettings) Method






The URI to the file containing the Fast Infoset document
The XmlReaderSettings object used to configure the new XmlFastInfosetReader instance.
Creates a new or reuses an existing instance of XmlFastInfosetReader.
Syntax
'Declaration
 
Public Overloads Function CreateReader( _
   ByVal filename As System.String, _
   ByVal settings As System.Xml.XmlReaderSettings _
) As XmlFastInfosetReader
'Usage
 
Dim instance As XmlFastInfosetFactory
Dim filename As System.String
Dim settings As System.Xml.XmlReaderSettings
Dim value As XmlFastInfosetReader
 
value = instance.CreateReader(filename, settings)
public XmlFastInfosetReader CreateReader( 
   System.string filename,
   System.Xml.XmlReaderSettings settings
)
public function CreateReader( 
    filename: System.String;
    settings: System.Xml.XmlReaderSettings
): XmlFastInfosetReader; 
public function CreateReader( 
   filename : System.String,
   settings : System.Xml.XmlReaderSettings
) : XmlFastInfosetReader;
public: XmlFastInfosetReader* CreateReader( 
   System.string* filename,
   System.Xml.XmlReaderSettings* settings
) 
public:
XmlFastInfosetReader^ CreateReader( 
   System.String^ filename,
   System.Xml.XmlReaderSettings^ settings
) 

Parameters

filename
The URI to the file containing the Fast Infoset document
settings
The XmlReaderSettings object used to configure the new XmlFastInfosetReader instance.

Return Value

An instance of XmlFastInfosetReader.
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