프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CacheAssembly | void | ||
GetApplicationFolder | string | ||
GetAssemblyCacheFolder | string | ||
GetCacheFolder | string | ||
GetNetCacheFolder | string | ||
GetSilverilghtCacheFolder | string |
메소드 | 설명 | |
---|---|---|
AddFileToCache ( |
||
CacheNetAssembly ( string name, Stream data ) : string | ||
CacheSilverlightAssembly ( string name, Stream data ) : string | ||
EnumerateFiles ( ) : IEnumerable |
||
EnumerateFiles ( string path, IEnumerable |
||
OpenCachedAssembly ( string path ) : Stream |
메소드 | 설명 | |
---|---|---|
CacheAssembly ( string path, Stream data ) : void | ||
GetApplicationFolder ( ) : string | ||
GetAssemblyCacheFolder ( ) : string | ||
GetCacheFolder ( ) : string | ||
GetNetCacheFolder ( ) : string | ||
GetSilverilghtCacheFolder ( ) : string |
public static AddFileToCache ( |
||
fileInfo | ||
리턴 | void |
public static CacheNetAssembly ( string name, Stream data ) : string | ||
name | string | |
data | Stream | |
리턴 | string |
public static CacheSilverlightAssembly ( string name, Stream data ) : string | ||
name | string | |
data | Stream | |
리턴 | string |
public static EnumerateFiles ( string path, IEnumerable |
||
path | string | |
filters | IEnumerable |
|
리턴 | IEnumerable |
public static OpenCachedAssembly ( string path ) : Stream | ||
path | string | |
리턴 | Stream |