Path (in InProcessServer) (Windows 10)
The path to the DLL.
Element hierarchy
- <Package>
-
- <Extensions>
-
- <Extension>
-
- <InProcessServer>
- <Path>
- <ProxyStub>
- <Path>
Syntax
<Path>
A string between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *.
</Path>
Attributes and Elements
Attributes
None.
Child Elements
None.
Parent Elements
Parent Element | Description |
---|---|
InProcessServer | Declares a package extensibility point of type windows.activatableClass.inProcessServer. The app uses a dynamic link library (DLL) that exposes one or more activatable classes. |
ProxyStub | Declares a package extensibility point of type windows.activatableClass.proxyStub. A proxy can be composed of one or more interfaces. |
Related elements
The following elements have the same name as this one, but different content or attributes:
Examples
<Extension Category="windows.activatableClass.inProcessServer">
<InProcessServer>
<Path>Microsoft.Samples.DllServerAuthoring.dll</Path>
<ActivatableClass ActivatableClassId="Microsoft.Samples.DllServerAuthoring.Toaster" ThreadingModel="both" />
</InProcessServer>
</Extension>
Requirements
Namespace |
http://schemas.microsoft.com/appx/manifest/foundation/windows10 |
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...