TypeDelegator.Assembly Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the assembly of the implemented type.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Reflection.AssemblyAn System.Reflection.Assembly object representing the assembly of the implemented type.
Assemblies are the deployment units in the common language runtime. Assemblies establish the namespace for resolving requests and determine which resources are exposed externally and which are accessible from within the assembly. The common language runtime can determine and locate the assembly for any running object.