VSNDK.DebugEngine.AD7Module.IDebugModule3 C# (CSharp) Method

IDebugModule3() private method

Loads and initializes symbols for the current module when the user explicitly asks for them to load. Not implemented. [http://msdn.microsoft.com/en-ca/library/bb146634(v=vs.100).aspx]
private IDebugModule3 ( ) : int
return int
        int IDebugModule3.LoadSymbols()
        {
            throw new NotImplementedException();
        }

Same methods

AD7Module::IDebugModule3 ( enum_MODULE_INFO_FIELDS dwFields, MODULE_INFO pinfo ) : int
AD7Module::IDebugModule3 ( enum_SYMBOL_SEARCH_INFO_FIELDS dwFields, MODULE_SYMBOL_SEARCH_INFO pinfo ) : int
AD7Module::IDebugModule3 ( int &pfUser ) : int
AD7Module::IDebugModule3 ( string pszUrlToSymbols, string &pbstrDebugMessage ) : int