Edit

com4:ManagedInProcessServer

Registers a managed in-process server with one or many class registrations.

Element hierarchy

<Package>
   └─ <Extensions>
      └─ <com4:Extension>
         └─ <com4:ComServer>
            └─ <com4:ManagedInProcessServer>
   └─ <Applications>
      └─ <Application>
         └─ <Extensions>
            └─ <com4:Extension>
               └─ <com4:ComServer>
                  └─ <com4:ManagedInProcessServer>

Syntax

<com4:ManagedInProcessServer
  Assembly = 'A required string between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.'
  RuntimeVersion = 'A required string between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.' >

  <!-- Child elements -->
  com4:Class{0,4000}
  com4:ClassReference{0,4000}

</com4:ManagedInProcessServer>

Key

{} specific range of occurrences

Attributes

Attribute Description Data type Required Default value
Assembly The name of the assembly for the managed in-process server. A string between 1 and 32767 characters in length with a non-whitespace character at its beginning and end. Yes
RuntimeVersion The runtime version targeted by the managed in-proces server. A string between 1 and 32767 characters in length with a non-whitespace character at its beginning and end. Yes

Child elements

Child element Description
com4:Class Registers a managed in-process server with one or more classes.
com4:ClassReference Specifies the class with which the managed in-process server is associated and sets registration details.

Parent elements

Parent element Description
com4:ComServer Declares a package extension point of type windows.comServer. The comServer extension may include class registrations, including activation details for the servers that implement these classes, and ProgId and TreatAsClass registrations, which provide additional identifiers used to reference these classes at runtime.

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/com/windows10/4
Minimum OS Version Windows 10 (Build 20348)

Remarks

Examples