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!

MethodBuilder.GetModule

Returns a reference to the module that contains this method.

[Visual Basic]
Public Function GetModule() As Module
[C#]
public Module GetModule();
[C++]
public: Module* GetModule();
[JScript]
public function GetModule() : Module;

Return Value

Returns a reference to the module that contains this method.

See Also

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