Deployment Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The Deployment type exposes the following members.
| Name | Description | |
|---|---|---|
|
Current | Gets the current Deployment object. |
|
Dispatcher | Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.) |
|
EntryPointAssembly | Gets a string name that identifies which part in the Deployment is the entry point assembly. |
|
EntryPointType | Gets a string that identifies the namespace and type name of the class that contains the Application entry point for your app. |
|
ExternalParts | Gets a collection of ExternalPart instances that represent the external assemblies required by the app. |
|
Parts | Gets a collection of assembly parts that are included in the deployment. |
|
RuntimeVersion | Gets the XAML runtime version that this deployment supports. |
Show: