Path (in InProcessServer) (Windows 10)
The path to the DLL.
Element hierarchy
<Path>
<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
Item | Value |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/foundation/windows10 |