Upgrader.Upgrade Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| Upgrade(Stream, Stream, Boolean) | |
| Upgrade(String, String, Boolean) | |
| Upgrade(XmlReader, Stream, Boolean) |
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