Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Gets the assembly of the implemented type.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

public:
property Assembly^ Assembly {
	virtual Assembly^ get() override;
}

Property Value

Type: System.Reflection::Assembly^

An System.Reflection::Assembly object representing the assembly of the implemented type.

Implements

_Type::Assembly

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.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show:
© 2017 Microsoft