View Single Post
Old 16th June 2019, 06:04   #6  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
Quote:
There's named pipes which may not work well with .net
Why might it not work well in .NET? Named pipes is an ordinary WinAPI for which .NET has built-in library support.

.NET has awesome WinAPI support, both built-in library and custom C/COM interop is great.

Here is a C# project that uses named pipes:

https://github.com/stax76/wox-mpv-plugin

mpv.net has a built in command palette feature so for me the wox plugin is deprecated.
stax76 is offline   Reply With Quote