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!

Module.GetCaller

Returns a Module representing the module to which the caller belongs.

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

Return Value

Returns a Module representing the immediate caller.

Remarks

The caller is the thread that called the static method in this module.

See Also

Module Class | Module Members | System.Reflection Namespace