SymWriter.SetUnderlyingWriter(IntPtr) Metodo

Definizione

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.

Si applica a