ShellFolderConfigurationExtractAssemblyResource Method (Assembly, String, Boolean) |
Extracts a resource from an assembly and caches it locally in a file.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual string ExtractAssemblyResource(
Assembly assembly,
string name,
bool refresh = false
)
Parameters
- assembly
- Type: System.ReflectionAssembly
The assembly. - name
- Type: SystemString
The resource name. - refresh (Optional)
- Type: SystemBoolean
if set to true the cached file will be overwritten even if it already exists.
Return Value
Type:
StringThe extracted data file path.
See Also