Click or drag to resize

ShellFolderConfigurationExtractAssemblyResource Method (Assembly, String, Boolean)

Extracts a resource from an assembly and caches it locally in a file.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
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: String
The extracted data file path.
See Also