SymWriter.SetUnderlyingWriter(IntPtr) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Imposta l'interfaccia ISymUnmanagedWriter sottostante (l'API non gestita corrispondente) usata da un oggetto gestito SymWriter per generare simboli.
public:
override void SetUnderlyingWriter(IntPtr underlyingWriter);
public:
virtual void SetUnderlyingWriter(IntPtr underlyingWriter);
public override void SetUnderlyingWriter(IntPtr underlyingWriter);
public virtual void SetUnderlyingWriter(IntPtr underlyingWriter);
abstract member SetUnderlyingWriter : nativeint -> unit
override this.SetUnderlyingWriter : nativeint -> unit
Public Overrides Sub SetUnderlyingWriter (underlyingWriter As IntPtr)
Public Overridable Sub SetUnderlyingWriter (underlyingWriter As IntPtr)
Parametri
- underlyingWriter
-
IntPtr
nativeint
Puntatore IntPtr di tipo al codice che rappresenta il writer sottostante.
Implementazioni
Commenti
L'interfaccia ISymUnmanagedWriter ( l'API non gestita corrispondente) sottostante rappresenta un writer di simboli per il codice gestito. L'interfaccia fornisce metodi per definire documenti, punti di sequenza, ambiti lessicali e variabili.