Returns the appropriate Assembly for this instance of Module.
[Visual Basic] Public ReadOnly Property Assembly As Assembly [C#] public Assembly Assembly {get;} [C++] public: __property Assembly* get_Assembly(); [JScript] public function get Assembly() : Assembly;
Read-only.
[To be supplied]