Class AssemblyPart
Inherited Members
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
Constructors
| Improve this Doc View SourceAssemblyPart()
Declaration
[NotImplemented]
public AssemblyPart()
Fields
| Improve this Doc View SourceSourceProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty SourceProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceSource
Declaration
[NotImplemented]
public string Source { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceLoad(Stream)
Declaration
[NotImplemented]
public Assembly Load(Stream assemblyStream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | assemblyStream |
Returns
Type | Description |
---|---|
System.Reflection.Assembly |