C# Class DroidExplorer.Configuration.Net.CloudImage

Mostra file Open project: camalot/droidexplorer

Private Properties

Property Type Description
CloudImage System
CreateUrl String
InternalGetImage System.IO.FileInfo
IsImageExpired bool

Public Methods

Method Description
GetIcon ( String deviceType ) : FileInfo
GetImage ( String deviceType ) : FileInfo

Private Methods

Method Description
CloudImage ( ) : System
CreateUrl ( String path ) : String
InternalGetImage ( String deviceType, String url, String output, ImageFormat imageType ) : FileInfo
IsImageExpired ( FileInfo file ) : bool

This checks if the image is less than [EXPIRE_TIME]. if it is older, then it is expired.

Method Details

GetIcon() public method

public GetIcon ( String deviceType ) : FileInfo
deviceType String
return System.IO.FileInfo

GetImage() public method

public GetImage ( String deviceType ) : FileInfo
deviceType String
return System.IO.FileInfo