Click or drag to resize

ShellFolderConfiguration Class

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

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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 CBFS Shell 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 CBFS Shell native proxy DLL path. Used only if the NativeProxy property value is null.
Public propertyNativeProxy
Gets or sets the CBFS Shell native proxy DLL.
Public propertyThrowOnDuplicateEndPoint
Gets or sets a value indicating whether to report errors on duplicate RPC endpoints for CBFS Shell proxy communication.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDefaultWebFileCache
Gets the default web file cache.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also