The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TypeDelegator::Assembly Property
.NET Framework (current version)
Gets the assembly of the implemented type.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Reflection::Assembly^An System.Reflection::Assembly object representing the assembly of the implemented type.
Implements
_Type::AssemblyAssemblies 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.
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: