Click or drag to resize

ShellFolderConfigurationNativeDllRegistration Property

Gets or sets the native ShellBoost proxy registration mode. Note setting this value to something other than None is not the preferred way of registering the native ShellBoost proxy. It is better to use the ShellFolderServer.RegisterNativeDll method.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual RegistrationMode NativeDllRegistration { get; set; }

Property Value

Type: RegistrationMode
The native ShellBoost proxy registration mode.
See Also