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, ovvero l'API non gestita corrispondente, usata da un oggetto SymWriter gestito per emettere i 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 di tipo IntPtr al codice che corrisponde al sottostante.
Implementazioni
Commenti
L'interfaccia ISymUnmanagedWriter Interface (API non gestita corrispondente) rappresenta un writer di simboli per il codice gestito. L'interfaccia fornisce metodi per definire documenti, punti di sequenza, ambiti lessicali e variabili.