Click or drag to resize

CommandExecEventArgs Properties

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
See Also