SymDocumentWriter Constructeurs

Définition

Surcharges

Nom Description
SymDocumentWriter(ISymUnmanagedDocumentWriter*)

Initialise une nouvelle instance de la classe SymDocumentWriter.

SymDocumentWriter(ISymUnmanagedDocumentWriter*)

Initialise une nouvelle instance de la classe SymDocumentWriter.

SymDocumentWriter(ISymUnmanagedDocumentWriter*)

Initialise une nouvelle instance de la classe SymDocumentWriter.

public:
 SymDocumentWriter(ISymUnmanagedDocumentWriter* pDocumentWriter);
public SymDocumentWriter(ISymUnmanagedDocumentWriter* pDocumentWriter);
new System.Diagnostics.SymbolStore.SymDocumentWriter : nativeptr<ISymUnmanagedDocumentWriter> -> System.Diagnostics.SymbolStore.SymDocumentWriter

Paramètres

pDocumentWriter
ISymUnmanagedDocumentWriter*

Pointeur vers l’enregistreur de documents non managé.

S’applique à

SymDocumentWriter(ISymUnmanagedDocumentWriter*)

Initialise une nouvelle instance de la classe SymDocumentWriter.

public:
 SymDocumentWriter(System::Diagnostics::SymbolStore::Private::ISymUnmanagedDocumentWriter* pDocumentWriter);
public SymDocumentWriter(System.Diagnostics.SymbolStore.Private.ISymUnmanagedDocumentWriter* pDocumentWriter);
new System.Diagnostics.SymbolStore.SymDocumentWriter : nativeptr<System.Diagnostics.SymbolStore.Private.ISymUnmanagedDocumentWriter> -> System.Diagnostics.SymbolStore.SymDocumentWriter

Paramètres

pDocumentWriter
System.Diagnostics.SymbolStore.Private.ISymUnmanagedDocumentWriter*

Pointeur vers l’enregistreur de documents non managé.

S’applique à