DkmModuleInstance.GetSymbolLoadInformation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a string describing the various locations in which symbols were searched for, and the result of checking that location. This information is used to populate the 'Symbol Load Information' in the modules window.
Location constraint: API must be called from an IDE component (component level > 100,000).
public:
System::String ^ GetSymbolLoadInformation();
public:
Platform::String ^ GetSymbolLoadInformation();
std::wstring GetSymbolLoadInformation();
public string GetSymbolLoadInformation ();
member this.GetSymbolLoadInformation : unit -> string
Public Function GetSymbolLoadInformation () As String
Returns
[Out] String containing information about the symbol search. The typical format is 'location1:result1\r\nlocation2:result2...'.