NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TypeBuilder.Module

Retrieves the dynamic module that contains this type definition.

[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;

Property Value

Read-only. Retrieves the dynamic module that contains this type definition.

Remarks

[To be supplied.]

See Also

TypeBuilder Class | TypeBuilder Members | System.Reflection.Emit Namespace