SymDocumentWriter Constructeurs

Définition

Surcharges

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 le writer du document 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 le writer du document non managé.

S’applique à