Upgrader.Upgrade Method

Definition

Overloads

Upgrade(Stream, Stream, Boolean)

public:
 static void Upgrade(System::IO::Stream ^ inStream, System::IO::Stream ^ outStream, bool throwUpgradeException);
public static void Upgrade(System.IO.Stream inStream, System.IO.Stream outStream, bool throwUpgradeException);
static member Upgrade : System.IO.Stream * System.IO.Stream * bool -> unit
Public Shared Sub Upgrade (inStream As Stream, outStream As Stream, throwUpgradeException As Boolean)

Parameters

inStream
Stream
outStream
Stream
throwUpgradeException
Boolean

Applies to

Upgrade(String, String, Boolean)

public:
 static void Upgrade(System::String ^ inputFile, System::String ^ outputFile, bool throwUpgradeException);
public static void Upgrade(string inputFile, string outputFile, bool throwUpgradeException);
static member Upgrade : string * string * bool -> unit
Public Shared Sub Upgrade (inputFile As String, outputFile As String, throwUpgradeException As Boolean)

Parameters

inputFile
String
outputFile
String
throwUpgradeException
Boolean

Applies to

Upgrade(XmlReader, Stream, Boolean)

public:
 static void Upgrade(System::Xml::XmlReader ^ xmlReader, System::IO::Stream ^ outStream, bool throwUpgradeException);
public static void Upgrade(System.Xml.XmlReader xmlReader, System.IO.Stream outStream, bool throwUpgradeException);
static member Upgrade : System.Xml.XmlReader * System.IO.Stream * bool -> unit
Public Shared Sub Upgrade (xmlReader As XmlReader, outStream As Stream, throwUpgradeException As Boolean)

Parameters

xmlReader
XmlReader
outStream
Stream
throwUpgradeException
Boolean

Applies to