Gets the module (the DLL) in which the current Type is defined.
[Visual Basic] MustOverride Public ReadOnly Property Module As Module [C#] public Module Module {abstract get;} [C++] public: __property virtual Module* get_Module() = 0; [JScript] public abstract function get Module() : Module;
The name of the module in which the current Type is defined.