.NET Framework Class Library for Silverlight
AssemblyPart Members

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

The AssemblyPart type exposes the following members.

Constructors

  NameDescription
Public methodAssemblyPartInitializes a new instance of the AssemblyPart class.
Top
Methods

  NameDescription
Public methodCheckAccessDetermines whether the calling thread has access to this object. (Inherited from DependencyObject.)
Public methodClearValueClears the local value of a dependency property. (Inherited from DependencyObject.)
Public methodEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetAnimationBaseValueReturns any base value established for a Silverlight dependency property, which would apply in cases where an animation is not active. (Inherited from DependencyObject.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodGetValueReturns the current effective value of a dependency property from a DependencyObject. (Inherited from DependencyObject.)
Public methodLoadConverts a Stream to an Assembly that is subsequently loaded into the current application domain.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodReadLocalValueReturns the local value of a dependency property, if a local value is set. (Inherited from DependencyObject.)
Public methodSetValueSets the local value of a dependency property on a DependencyObject. (Inherited from DependencyObject.)
Public methodToStringReturns a String that represents the current Object. (Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberSourcePropertyIdentifies the Source dependency property.
Top
Properties

  NameDescription
Public propertyDispatcherGets the Dispatcher this object is associated with. (Inherited from DependencyObject.)
Public propertySourceGets the Uri that identifies an assembly as an assembly part.
Top
See Also

Reference

Tags :


Page view tracker