EngineWindowsShellExtensionsComServerRpcEnabled Property |
IT Hit User File System
Enables gRpc server to communicate with COM shell extensions running in a separate process. Default is false.
Namespace:
ITHit.FileSystem.Windows
Assembly:
ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.3.27213.0
Syntax public bool ShellExtensionsComServerRpcEnabled { get; set; }
Public Property ShellExtensionsComServerRpcEnabled As Boolean
Get
Set
public:
property bool ShellExtensionsComServerRpcEnabled {
bool get ();
void set (bool value);
}
member ShellExtensionsComServerRpcEnabled : bool with get, set
Property Value
Type:
BooleanRemarks
Set this property to true if you are using RPC shell extension handlers, running in the external COM executable.
Set this property to false if you are running integrated shell extension handlers, running in the same process with the Engine
or if you are not using shell extension handlers.
See Also