Path (package schema for Windows 8, child of InProcessServer)
The path to the DLL.
Element hierarchy
- <Package>
-
- <Extensions>
-
- <Extension>
-
- <InProcessServer>
- <Path>
- <ProxyStub>
- <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
Value | |
---|---|
Namespace | http://schemas.microsoft.com/appx/2010/manifest |