Retrieves the module of the implemented type.
[Visual Basic] Overridable Public ReadOnly Property Module As Module [C#] public Module Module {override get;} [C++] public: __property virtual Module* get_Module(); [JScript] public function get Module() : Module;
Read only.
A module is a portable executable file of type .dll or .exe consisting of one or more classes and interfaces.The module statement defines a group of functions, typically a set of DLL entry points.
TypeDelegator Class | TypeDelegator Members | System.Reflection Namespace