C# 클래스 IL.View.Model.StorageService

파일 보기 프로젝트 열기: DenisVuyka/IL.View

Private Properties

프로퍼티 타입 설명
CacheAssembly void
GetApplicationFolder string
GetAssemblyCacheFolder string
GetCacheFolder string
GetNetCacheFolder string
GetSilverilghtCacheFolder string

공개 메소드들

메소드 설명
AddFileToCache ( FileInfo fileInfo ) : void
CacheNetAssembly ( string name, Stream data ) : string
CacheSilverlightAssembly ( string name, Stream data ) : string
EnumerateFiles ( ) : IEnumerable
EnumerateFiles ( string path, IEnumerable filters ) : IEnumerable
OpenCachedAssembly ( string path ) : Stream

비공개 메소드들

메소드 설명
CacheAssembly ( string path, Stream data ) : void
GetApplicationFolder ( ) : string
GetAssemblyCacheFolder ( ) : string
GetCacheFolder ( ) : string
GetNetCacheFolder ( ) : string
GetSilverilghtCacheFolder ( ) : string

메소드 상세

AddFileToCache() 공개 정적인 메소드

public static AddFileToCache ( FileInfo fileInfo ) : void
fileInfo System.IO.FileInfo
리턴 void

CacheNetAssembly() 공개 정적인 메소드

public static CacheNetAssembly ( string name, Stream data ) : string
name string
data Stream
리턴 string

CacheSilverlightAssembly() 공개 정적인 메소드

public static CacheSilverlightAssembly ( string name, Stream data ) : string
name string
data Stream
리턴 string

EnumerateFiles() 공개 정적인 메소드

public static EnumerateFiles ( ) : IEnumerable
리턴 IEnumerable

EnumerateFiles() 공개 정적인 메소드

public static EnumerateFiles ( string path, IEnumerable filters ) : IEnumerable
path string
filters IEnumerable
리턴 IEnumerable

OpenCachedAssembly() 공개 정적인 메소드

public static OpenCachedAssembly ( string path ) : Stream
path string
리턴 Stream