Click or drag to resize

ShellFolderRegistration Class

Defines options for Shell Folder registration.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.CoreShellFolderRegistration

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public class ShellFolderRegistration

The ShellFolderRegistration type exposes the following members.

Constructors
  NameDescription
Public methodShellFolderRegistration
Initializes a new instance of the ShellFolderRegistration class
Top
Properties
  NameDescription
Public propertyServerStart
Gets the server start parameters.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetIsPinnedToNameSpaceTree
Gets a value that determines if the specified Shell Folder is pinned to the name space tree. This method uses registry calls.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberHide
Hides the specified Shell Folder. This method uses registry calls.
Public methodStatic memberIsShown
Determines whether the specified Shell Folder is shown or not. This method uses registry calls.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberSetIsPinnedToNameSpaceTree
Sets a value that determines if the specified Shell Folder is pinned to the name space tree. This method uses registry calls.
Public methodStatic memberShow
Shows the specified Shell Folder. This method uses registry calls.
Public methodStatic memberToggle
Toggles the specified Shell Folder, shown or hidden. This method uses registry calls.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also