C# 클래스 DroidExplorer.Configuration.Net.CloudImage

파일 보기 프로젝트 열기: camalot/droidexplorer

Private Properties

프로퍼티 타입 설명
CloudImage System
CreateUrl String
InternalGetImage System.IO.FileInfo
IsImageExpired bool

공개 메소드들

메소드 설명
GetIcon ( String deviceType ) : FileInfo
GetImage ( String deviceType ) : FileInfo

비공개 메소드들

메소드 설명
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.

메소드 상세

GetIcon() 공개 메소드

public GetIcon ( String deviceType ) : FileInfo
deviceType String
리턴 System.IO.FileInfo

GetImage() 공개 메소드

public GetImage ( String deviceType ) : FileInfo
deviceType String
리턴 System.IO.FileInfo