Share via


ModuleBuilder.Assembly Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets the dynamic assembly that defined this instance of ModuleBuilder.

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

Syntax

'Declaration
Public Overrides ReadOnly Property Assembly As Assembly
public override Assembly Assembly { get; }

Property Value

Type: System.Reflection.Assembly
The dynamic assembly that defined the current dynamic module.

Remarks

The Assembly object that is returned is the AssemblyBuilder that defined this instance of ModuleBuilder.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.