Click or drag to resize

ShellFolderServerNativeProxy Property

Gets or sets the native proxy instance. This will be null until the server is started.

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

Property Value

Type: NativeProxy
An instance of the NativeProxy class.
See Also