Show / Hide Table of Contents

Class AssemblyPart

An assembly part is an assembly that is to be included in a Silverlight-based application package (.xap).

Inheritance
System.Object
DependencyObject
AssemblyPart
Inherited Members
DependencyObject.GetValue(DependencyProperty)
DependencyObject.SetCurrentValue(DependencyProperty, Object)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.SetValue(DependencyProperty, Object)
DependencyObject.SetValue(DependencyPropertyKey, Object)
DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.Dispatcher
DependencyObject.INTERNAL_OnAttachedToVisualTree()
DependencyObject.INTERNAL_OnDetachedFromVisualTree()
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.ClearValue(DependencyPropertyKey)
DependencyObject.CheckAccess()
DependencyObject.GetAnimationBaseValue(DependencyProperty)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public sealed class AssemblyPart : DependencyObject, IDependencyObject

Fields

| Improve this Doc View Source

SourceProperty

Identifies the Source dependency property.

Declaration
public static readonly DependencyProperty SourceProperty
Field Value
Type Description
DependencyProperty

Properties

| Improve this Doc View Source

Source

Gets the System.Uri that identifies an assembly as an assembly part.

Declaration
public string Source { get; set; }
Property Value
Type Description
System.String

A System.String that is the assembly, which is identified as an assembly part.

Methods

| Improve this Doc View Source

Load(Stream)

Converts a System.IO.Stream to an System.Reflection.Assembly that is subsequently loaded into the current application domain.

Declaration
public Assembly Load(Stream assemblyStream)
Parameters
Type Name Description
System.IO.Stream assemblyStream

The System.IO.Stream to load into the current application domain.

Returns
Type Description
System.Reflection.Assembly

The System.Reflection.Assembly that is subsequently loaded into the current application domain.

Extension Methods

DependencyObjectHelper.GetSelfAndAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestorsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualChildren(DependencyObject)
VisualTreeExtensions.GetVisualChildrenAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualDescendants(DependencyObject)
VisualTreeExtensions.GetVisualDescendantsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualSiblings(DependencyObject)
VisualTreeExtensions.GetVisualSiblingsAndSelf(DependencyObject)
  • Improve this Doc
  • View Source