C# Class Ijw.Updates.XmlUpdateProvider

Inheritance: IUpdateProvider
Show file Open project: chrisforbes/Ijw.Framework

Public Methods

Method Description
FromFile ( string filename ) : IUpdateProvider
FromInternet ( Uri uri ) : IUpdateProvider
GetLatestVersion ( string productName ) : UpdateInfo

Private Methods

Method Description
XmlUpdateProvider ( XmlDocument doc ) : System

Method Details

FromFile() public static method

public static FromFile ( string filename ) : IUpdateProvider
filename string
return IUpdateProvider

FromInternet() public static method

public static FromInternet ( Uri uri ) : IUpdateProvider
uri System.Uri
return IUpdateProvider

GetLatestVersion() public method

public GetLatestVersion ( string productName ) : UpdateInfo
productName string
return UpdateInfo