Click or drag to resize

ShellBindContext Class

Represents a proxy of an original native IBindCtx.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.CoreShellBindContext

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

The ShellBindContext type exposes the following members.

Properties
  NameDescription
Public propertyClassContext
Gets values that are used in activation calls to indicate the execution contexts in which an object is to be run.
Public propertyDictionary
Gets the dictionary that contains all binding context parameters, include some that are exposed as typed properties of this instance.
Public propertyFlags
Gets the flags that controls aspects of moniker binding operations.
Public propertyHwnd
Gets a handle to the window that becomes the owner of the elevation UI, if applicable.
Public propertyLocale
Gets the locale (LCID) value indicating the client's preference for the locale to be used by the object to which they are binding
Public propertyMode
Gets the mode that indicate conditions for creating and deleting the object and access modes for the object.
Public propertyTickCountDeadline
Gets the clock time by which the caller would like the binding operation to be completed, in milliseconds. This member lets the caller limit the execution time of an operation when speed is of primary importance. A value of zero indicates that there is no deadline.
Public propertyTrackFlags
Gets the track flags.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberSTR_AVOID_DRIVE_RESTRICTION_POLICY
The bind context parameter STR_AVOID_DRIVE_RESTRICTION_POLICY.
Public fieldStatic memberSTR_BIND_DELEGATE_CREATE_OBJECT
The bind context parameter STR_BIND_DELEGATE_CREATE_OBJECT.
Public fieldStatic memberSTR_BIND_FOLDER_ENUM_MODE
The bind context parameter STR_BIND_FOLDER_ENUM_MODE.
Public fieldStatic memberSTR_BIND_FOLDERS_READ_ONLY
The bind context parameter STR_BIND_FOLDERS_READ_ONLY.
Public fieldStatic memberSTR_BIND_FORCE_FOLDER_SHORTCUT_RESOLVE
The bind context parameter STR_BIND_FORCE_FOLDER_SHORTCUT_RESOLVE.
Public fieldStatic memberSTR_DONT_PARSE_RELATIVE
The bind context parameter STR_DONT_PARSE_RELATIVE.
Public fieldStatic memberSTR_DONT_RESOLVE_LINK
The bind context parameter STR_DONT_RESOLVE_LINK.
Public fieldStatic memberSTR_ENUM_ITEMS_FLAGS
The bind context parameter STR_ENUM_ITEMS_FLAGS.
Public fieldStatic memberSTR_FILE_SYS_BIND_DATA
The bind context parameter STR_FILE_SYS_BIND_DATA.
Public fieldStatic memberSTR_FILE_SYS_BIND_DATA_WIN7_FORMAT
The bind context parameter STR_FILE_SYS_BIND_DATA_WIN7_FORMAT.
Public fieldStatic memberSTR_GET_ASYNC_HANDLER
The bind context parameter STR_GET_ASYNC_HANDLER.
Public fieldStatic memberSTR_GPS_BESTEFFORT
The bind context parameter STR_GPS_BESTEFFORT.
Public fieldStatic memberSTR_GPS_DELAYCREATION
The bind context parameter STR_GPS_DELAYCREATION.
Public fieldStatic memberSTR_GPS_FASTPROPERTIESONLY
The bind context parameter STR_GPS_FASTPROPERTIESONLY.
Public fieldStatic memberSTR_GPS_HANDLERPROPERTIESONLY
The bind context parameter STR_GPS_HANDLERPROPERTIESONLY.
Public fieldStatic memberSTR_GPS_NO_OPLOCK
The bind context parameter STR_GPS_NO_OPLOCK.
Public fieldStatic memberSTR_GPS_OPENSLOWITEM
The bind context parameter STR_GPS_OPENSLOWITEM.
Public fieldStatic memberSTR_INTERNAL_NAVIGATE
The bind context parameter STR_INTERNAL_NAVIGATE.
Public fieldStatic memberSTR_INTERNETFOLDER_PARSE_ONLY_URLMON_BINDABLE
The bind context parameter STR_INTERNETFOLDER_PARSE_ONLY_URLMON_BINDABLE.
Public fieldStatic memberSTR_ITEM_CACHE_CONTEXT
The bind context parameter STR_ITEM_CACHE_CONTEXT.
Public fieldStatic memberSTR_NO_VALIDATE_FILENAME_CHARS
The bind context parameter STR_NO_VALIDATE_FILENAME_CHARS.
Public fieldStatic memberSTR_PARSE_ALLOW_INTERNET_SHELL_FOLDERS
The bind context parameter STR_PARSE_ALLOW_INTERNET_SHELL_FOLDERS.
Public fieldStatic memberSTR_PARSE_AND_CREATE_ITEM
The bind context parameter STR_PARSE_AND_CREATE_ITEM.
Public fieldStatic memberSTR_PARSE_DONT_REQUIRE_VALIDATED_URLS
The bind context parameter STR_PARSE_DONT_REQUIRE_VALIDATED_URLS.
Public fieldStatic memberSTR_PARSE_EXPLICIT_ASSOCIATION_SUCCESSFUL
The bind context parameter STR_PARSE_EXPLICIT_ASSOCIATION_SUCCESSFUL.
Public fieldStatic memberSTR_PARSE_PARTIAL_IDLIST
The bind context parameter STR_PARSE_PARTIAL_IDLIST.
Public fieldStatic memberSTR_PARSE_PREFER_FOLDER_BROWSING
The bind context parameter STR_PARSE_PREFER_FOLDER_BROWSING.
Public fieldStatic memberSTR_PARSE_PREFER_WEB_BROWSING
The bind context parameter STR_PARSE_PREFER_WEB_BROWSING.
Public fieldStatic memberSTR_PARSE_PROPERTYSTORE
The bind context parameter STR_PARSE_PROPERTYSTORE.
Public fieldStatic memberSTR_PARSE_SHELL_PROTOCOL_TO_FILE_OBJECTS
The bind context parameter STR_PARSE_SHELL_PROTOCOL_TO_FILE_OBJECTS.
Public fieldStatic memberSTR_PARSE_SHOW_NET_DIAGNOSTICS_UI
The bind context parameter STR_PARSE_SHOW_NET_DIAGNOSTICS_UI.
Public fieldStatic memberSTR_PARSE_SKIP_NET_CACHE
The bind context parameter STR_PARSE_SKIP_NET_CACHE.
Public fieldStatic memberSTR_PARSE_TRANSLATE_ALIASES
The bind context parameter STR_PARSE_TRANSLATE_ALIASES.
Public fieldStatic memberSTR_PARSE_WITH_EXPLICIT_ASSOCAPP
The bind context parameter STR_PARSE_WITH_EXPLICIT_ASSOCAPP.
Public fieldStatic memberSTR_PARSE_WITH_EXPLICIT_PROGID
The bind context parameter STR_PARSE_WITH_EXPLICIT_PROGID.
Public fieldStatic memberSTR_PARSE_WITH_PROPERTIES
The bind context parameter STR_PARSE_WITH_PROPERTIES.
Public fieldStatic memberSTR_PROPERTYBAG_PARAM
The bind context parameter STR_PROPERTYBAG_PARAM.
Public fieldStatic memberSTR_SKIP_BINDING_CLSID
The bind context parameter STR_SKIP_BINDING_CLSID.
Top
See Also