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::Module Property

 

Gets the module that contains the implemented type.

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

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

Property Value

Type: System.Reflection::Module^

A Module object representing the module of the implemented type.

Implements

_Type::Module

A module is a loadable unit that can contain type declarations and implementations. Modules contain enough information to enable the common language runtime to locate all implementation bits when the module is loaded.

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