DkmSymbolsDocument.Create(DkmModule, DkmCompilerId, Guid, Boolean, DkmSourceFileId) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellen Sie eine neue dkmsymbolsdocument-Objektinstanz.
Diese API wurde in Visual Studio 16 Update 5 (dkmapiversion. VS16Update5) eingeführt.
public:
static Microsoft::VisualStudio::Debugger::Symbols::DkmSymbolsDocument ^ Create(Microsoft::VisualStudio::Debugger::Symbols::DkmModule ^ Module, Microsoft::VisualStudio::Debugger::Evaluation::DkmCompilerId CompilerId, Guid DocumentType, bool HasEmbeddedSource, Microsoft::VisualStudio::Debugger::Symbols::DkmSourceFileId ^ SourceFileId);
public static Microsoft.VisualStudio.Debugger.Symbols.DkmSymbolsDocument Create (Microsoft.VisualStudio.Debugger.Symbols.DkmModule Module, Microsoft.VisualStudio.Debugger.Evaluation.DkmCompilerId CompilerId, Guid DocumentType, bool HasEmbeddedSource, Microsoft.VisualStudio.Debugger.Symbols.DkmSourceFileId SourceFileId);
static member Create : Microsoft.VisualStudio.Debugger.Symbols.DkmModule * Microsoft.VisualStudio.Debugger.Evaluation.DkmCompilerId * Guid * bool * Microsoft.VisualStudio.Debugger.Symbols.DkmSourceFileId -> Microsoft.VisualStudio.Debugger.Symbols.DkmSymbolsDocument
Public Shared Function Create (Module As DkmModule, CompilerId As DkmCompilerId, DocumentType As Guid, HasEmbeddedSource As Boolean, SourceFileId As DkmSourceFileId) As DkmSymbolsDocument
Parameter
- Module
- DkmModule
In Das Modul, das dieses Modul enthält.
- CompilerId
- DkmCompilerId
In Identifiziert den Compiler (Sprache und Hersteller), aus dem eine Methode stammt. Diese Option wird verwendet, um eine Ausdrucks Auswertung auszuwählen.
- DocumentType
- Guid
In Der Typ des Dokuments.
- HasEmbeddedSource
- Boolean
In True, wenn das Dokument über eine eingebettete Quelle verfügt.
- SourceFileId
- DkmSourceFileId
In Identifiziert eine Quelldatei und stellt die Informationen bereit, mit denen ein Symbol Handler eine Symbol Datei (PDB) nach Informationen zu dieser Quelldatei durchsuchen kann.
Gibt zurück
Vorgenommen Ergebnis dieses Methoden Aufrufes.