Deployment Properties
Silverlight
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 application. |
|
ExternalCallersFromCrossDomain | Gets a value that indicates the level of access that cross-domain callers have to the Silverlight-based application in this deployment. |
|
ExternalParts | Gets a collection of ExternalPart instances that represent the external assemblies required by the application. |
|
InBrowserSettings | Gets an object that contains information about the application that is used for in-browser support. |
|
OutOfBrowserSettings | Gets an object that contains information about the application that is used for out-of-browser support. |
|
Parts | Gets a collection of assembly parts that are included in the deployment. |
|
RuntimeVersion | Gets the Silverlight runtime version that this deployment supports. |