Click or drag to resize

Link Constructor

Initializes a new instance of the Link class.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public Link(
	Object nativeObject = null
)

Parameters

nativeObject (Optional)
Type: SystemObject
The native object. It must implement the IShellLinkW and IPersistFile native COM interfaces. If null, a standard COM object will be created.
See Also