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;
Returns a Module representing the immediate caller.
The caller is the thread that called the static method in this module.