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!

TypeDelegator.Module

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;

Property Value

Read only.

Remarks

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.

See Also

TypeDelegator Class | TypeDelegator Members | System.Reflection Namespace