LocalServerExtensionStartComServer Method |
IT Hit User File System
Runs shell extensions COM server and registers shell extension class objects with EXE COM server
so other applications (Windows Explorer) can connect to COMs running in this app.
Namespace:
WebDAVDrive.ShellExtensions
Assembly:
ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 9.0.29527.0
Syntaxpublic static LocalServer StartComServer()
Public Shared Function StartComServer As LocalServer
public:
static LocalServer^ StartComServer()
static member StartComServer : unit -> LocalServer
Return Value
Type:
LocalServerLocalServer instance.
See Also