| Noemax.FastInfoset Namespace > XmlFastInfosetReader Class > Create Method : Create(String,XmlReaderSettings,FastInfosetCompression) Method |
'Declaration Public Overloads Shared Function Create( _ ByVal inputFileName As System.String, _ ByVal settings As System.Xml.XmlReaderSettings, _ ByVal compression As FastInfosetCompression _ ) As System.Xml.XmlReader
'Usage Dim inputFileName As System.String Dim settings As System.Xml.XmlReaderSettings Dim compression As FastInfosetCompression Dim value As System.Xml.XmlReader value = XmlFastInfosetReader.Create(inputFileName, settings, compression)
public static System.Xml.XmlReader Create( System.string inputFileName, System.Xml.XmlReaderSettings settings, FastInfosetCompression compression )
public function Create( inputFileName: System.String; settings: System.Xml.XmlReaderSettings; compression: FastInfosetCompression ): System.Xml.XmlReader; static;
public static function Create( inputFileName : System.String, settings : System.Xml.XmlReaderSettings, compression : FastInfosetCompression ) : System.Xml.XmlReader;
public: static System.Xml.XmlReader* Create( System.string* inputFileName, System.Xml.XmlReaderSettings* settings, FastInfosetCompression compression )
public: static System.Xml.XmlReader^ Create( System.String^ inputFileName, System.Xml.XmlReaderSettings^ settings, FastInfosetCompression compression )
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