com4:ManagedInProcessServer
equivalent for out-of-proc servers
#2887
Unanswered
reflectronic
asked this question in
Q&A
Replies: 1 comment 3 replies
-
That's a great question. +@brialmsft as more familiar with MSIX's Packaged COM support |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In Windows 11, support for registering in-proc servers implemented with .NET Framework was added through
com4:ManagedInProcessServer
:Is it currently possible to create an equivalent that registers an out-of-proc server instead (e.g. through a DLL surrogate)? It does not appear to be possible with
com:SurrogateServer
as it exists currently, since .NET Framework servers are expected to be launched throughmscoree.dll
; the actual path to the implementing assembly and type is written through extra values (InprocServer32\Class, InprocServer32\Assembly, InprocServer32\RuntimeVersion).One could imagine that this would be useful for e.g. writing a simple implementation of
IExplorerCommand
without dropping into C++.@DrusTheAxe
Beta Was this translation helpful? Give feedback.
All reactions