Defines a base class for specifying parts of a Silverlight application that are external to the application package (.xap file).
Public Class ExternalPart _ Inherits DependencyObject
public class ExternalPart : DependencyObject
The ExternalPart type exposes the following members.
This class provides a base type for entries in the Deployment..::.ExternalParts collection. Currently, the only ExternalPart subclass is ExtensionPart. The ExtensionPart class specifies assemblies used with application library caching.
For more information, see How to: Use Application Library Caching.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.