Click or drag to resize

CommandExecEventArgs Class

Provides data for the ShellFolder's CommandExec event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    callback.ShellBoost.CoreCommandExecEventArgs

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

The CommandExecEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAuthNLevel
Gets the RPC authentication level.
Public propertyAuthNSvc
Gets the RPC authentication service.
Public propertyAuthZSvc
Gets the RPC authorization service.
Public propertyCallerPrincipalName
Gets the caller principal name.
Public propertyCallerProcess
Gets the caller's process instance. May be null. Valid on Windows 8 and higher only.
Public propertyCallerProcessId
Gets the caller's process identifier. Valid on Windows 8 and higher only.
Public propertyFolder
Gets the context folder.
Public propertyGroup
Gets the command group. Guid.Empty is a valid value.
Public propertyHResult
Gets or sets the Windows HRESULT code for the operation.
Public propertyId
Gets the command identifier. This can correspond to the standard OLECMDID values https://docs.microsoft.com/en-us/windows/win32/api/docobj/ne-docobj-olecmdid or any other value.
Public propertyInput
Gets the command input argument. Can be null.
Public propertyIsCallerProcessWindowsExplorer
Determines whether the caller process corresponds to Windows Explorer. Valid on Windows 8 and higher only.
Public propertyOptions
Gets the command options. The OLECMDEXECOPT list of values is used by most of the command identifiers, but the underlying Int32 value can be anything.
Public propertyOutput
Gets or sets the command output.
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
See Also