AssemblyBuilder::ManifestModule Property

 

Gets the module in the current AssemblyBuilder that contains the assembly manifest.

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

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

Property Value

Type: System.Reflection::Module^

The manifest module.

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