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.

ModuleBuilder::Assembly Property

 

Gets the dynamic assembly that defined this instance of ModuleBuilder.

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

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

Property Value

Type: System.Reflection::Assembly^

The dynamic assembly that defined the current dynamic module.

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

.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Return to top
Show:
© 2017 Microsoft