Noemax.FastInfoset Namespace > XmlFastInfosetWriter Class > Create Method : Create(String,FastInfosetCompression,Int32) Method |
'Declaration Public Overloads Shared Function Create( _ ByVal outputFileName As System.String, _ ByVal compression As FastInfosetCompression, _ ByVal compressionLevel As System.Integer _ ) As System.Xml.XmlWriter
'Usage Dim outputFileName As System.String Dim compression As FastInfosetCompression Dim compressionLevel As System.Integer Dim value As System.Xml.XmlWriter value = XmlFastInfosetWriter.Create(outputFileName, compression, compressionLevel)
public static System.Xml.XmlWriter Create( System.string outputFileName, FastInfosetCompression compression, System.int compressionLevel )
public function Create( outputFileName: System.String; compression: FastInfosetCompression; compressionLevel: System.Integer ): System.Xml.XmlWriter; static;
public static function Create( outputFileName : System.String, compression : FastInfosetCompression, compressionLevel : System.int ) : System.Xml.XmlWriter;
public: static System.Xml.XmlWriter* Create( System.string* outputFileName, FastInfosetCompression compression, System.int compressionLevel )
public: static System.Xml.XmlWriter^ Create( System.String^ outputFileName, FastInfosetCompression compression, System.int compressionLevel )
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