Initializes a new instance of the
Link class.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax 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