PowerStudio.DebugEngine.DebugModuleBase.LoadSymbols C# (CSharp) Method

LoadSymbols() public method

Loads the symbols for the current module.
This method loads the symbols from the current search path (which can be altered by calling the IDebugEngine3::SetSymbolPath method). This method is preferred over the IDebugModule2::ReloadSymbols_Deprecated method.
public LoadSymbols ( ) : int
return int
        public virtual int LoadSymbols()
        {
            Logger.Debug( string.Empty );
            return VSConstants.E_NOTIMPL;
        }