Property | Type | Description | |
---|---|---|---|
CacheAssembly | void | ||
GetApplicationFolder | string | ||
GetAssemblyCacheFolder | string | ||
GetCacheFolder | string | ||
GetNetCacheFolder | string | ||
GetSilverilghtCacheFolder | string |
Method | Description | |
---|---|---|
AddFileToCache ( |
||
CacheNetAssembly ( string name, Stream data ) : string | ||
CacheSilverlightAssembly ( string name, Stream data ) : string | ||
EnumerateFiles ( ) : IEnumerable |
||
EnumerateFiles ( string path, IEnumerable |
||
OpenCachedAssembly ( string path ) : Stream |
Method | Description | |
---|---|---|
CacheAssembly ( string path, Stream data ) : void | ||
GetApplicationFolder ( ) : string | ||
GetAssemblyCacheFolder ( ) : string | ||
GetCacheFolder ( ) : string | ||
GetNetCacheFolder ( ) : string | ||
GetSilverilghtCacheFolder ( ) : string |
public static AddFileToCache ( |
||
fileInfo | ||
return | void |
public static CacheNetAssembly ( string name, Stream data ) : string | ||
name | string | |
data | Stream | |
return | string |
public static CacheSilverlightAssembly ( string name, Stream data ) : string | ||
name | string | |
data | Stream | |
return | string |
public static EnumerateFiles ( ) : IEnumerable |
||
return | IEnumerable |
public static EnumerateFiles ( string path, IEnumerable |
||
path | string | |
filters | IEnumerable |
|
return | IEnumerable |
public static OpenCachedAssembly ( string path ) : Stream | ||
path | string | |
return | Stream |