Click or drag to resize

ShellFolderConfiguration Class

Represents the Shell Folder configuration.
Inheritance Hierarchy
SystemObject
  ShellBoost.CoreShellFolderConfiguration

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class ShellFolderConfiguration

The ShellFolderConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodShellFolderConfiguration
Initializes a new instance of the ShellFolderConfiguration class.
Top
Properties
  NameDescription
Public propertyBuildConfiguration
Gets or sets the build configuration. Unused.
Public propertyImpersonateClient
Gets or sets a value indicating whether the Windows Shell client is impersonated in the ShellBoost server.
Public propertyIpcFormat
Gets or sets the RPC protocol endpoint format. This property value must be consistent with ShellFolderRegistration's IpcFormat property value.
Public propertyLocalCacheDirectoryPath
Gets or sets the local cache directory path.
Public propertyLogger
Gets or sets the logger.
Public propertyNativeDllPath
Gets or sets the native ShellBoost proxy assembly path. Used only if the NativeProxy property value is null.
Public propertyNativeDllRegistration
Gets or sets the native ShellBoost proxy registration mode. Note setting this value to something other than None is not the preferred way of registering the native ShellBoost proxy. It is better to use the ShellFolderServer.RegisterNativeDll method.
Public propertyNativeProxy
Gets or sets the native ShellBoost proxy.
Public propertyThrowOnDuplicateEndPoint
Gets or sets a value indicating whether to report errors on duplicate RPC endpoints for ShellBoost proxy communication.
Top
Methods
  NameDescription
Public methodExtractAssemblyResource(String)
Extracts a resource from the calling assembly and caches it locally in a file.
Public methodExtractAssemblyResource(Assembly, String, Boolean)
Extracts a resource from an assembly and caches it locally in a file.
Public methodGetDefaultWebFileCache
Gets the default web file cache.
Top
See Also