Class Deployment
Provides application part and localization information in the application manifest when deploying a Silverlight-based application.
Inherited Members
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public sealed class Deployment : DependencyObject
Constructors
| Improve this Doc View SourceDeployment()
Initializes a new instance of the Deployment class.
Declaration
public Deployment()
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | The Current property has already been initialized. |
Fields
| Improve this Doc View SourceEntryPointAssemblyProperty
Identifies the EntryPointAssembly dependency property.
Declaration
public static readonly DependencyProperty EntryPointAssemblyProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
EntryPointTypeProperty
Identifies the EntryPointType dependency property.
Declaration
public static readonly DependencyProperty EntryPointTypeProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceCurrent
Gets the current Deployment object.
Declaration
public static Deployment Current { get; }
Property Value
Type | Description |
---|---|
Deployment |
EntryPointAssembly
Gets a string name that identifies which part in the Deployment is the entry point assembly.
Declaration
public string EntryPointAssembly { get; }
Property Value
Type | Description |
---|---|
System.String | A string that names the assembly that should be used as the entry point assembly. This is expected to be the name of one of the assemblies you specified as an AssemblyPart. |
EntryPointType
Gets a string that identifies the namespace and type name of the class that contains the Application entry point for your application.
Declaration
public string EntryPointType { get; }
Property Value
Type | Description |
---|---|
System.String | The namespace and type name of the class that contains the Application entry point. |
OutOfBrowserSettings
Declaration
[NotImplemented]
public OutOfBrowserSettings OutOfBrowserSettings { get; }
Property Value
Type | Description |
---|---|
OutOfBrowserSettings |
Parts
Declaration
[NotImplemented]
public AssemblyPartCollection Parts { get; }
Property Value
Type | Description |
---|---|
AssemblyPartCollection |