Click or drag to resize

ShellFolderServerNativeProxy Property

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

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

Property Value

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