Click or drag to resize

ShellFolderRegistration Methods

The ShellFolderRegistration type exposes the following members.

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