C# 클래스 MonoTouch.UrlImageStore.UrlImageStore

상속: NSObject
파일 보기 프로젝트 열기: RobertKozak/MonoMobile.Views

공개 메소드들

메소드 설명
DeleteCachedFiles ( ) : void
GenerateMD5 ( string str ) : string

method to generate a MD5 hash of a string

GetImage ( string id ) : UIImage
RequestImage ( string id, string url, IUrlImageUpdated notify ) : UIImage
UrlImageStore ( string storeName, ProcessImageDelegate processImage ) : System

비공개 메소드들

메소드 설명
AddToCache ( string id, UIImage img ) : void
RequestImageImpl ( string picFile, bool &shouldReturn ) : UIImage
UrlImageStore ( ) : System

메소드 상세

DeleteCachedFiles() 공개 메소드

public DeleteCachedFiles ( ) : void
리턴 void

GenerateMD5() 공개 정적인 메소드

method to generate a MD5 hash of a string
public static GenerateMD5 ( string str ) : string
str string
리턴 string

GetImage() 공개 메소드

public GetImage ( string id ) : UIImage
id string
리턴 UIImage

RequestImage() 공개 메소드

public RequestImage ( string id, string url, IUrlImageUpdated notify ) : UIImage
id string
url string
notify IUrlImageUpdated
리턴 UIImage

UrlImageStore() 공개 메소드

public UrlImageStore ( string storeName, ProcessImageDelegate processImage ) : System
storeName string
processImage ProcessImageDelegate
리턴 System