TypeDelegator::Module Property
.NET Framework (current version)
Gets the module that contains the implemented type.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Reflection::Module^A Module object representing the module of the implemented type.
Implements
_Type::ModuleA 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
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: