SymWriter.SetUnderlyingWriter(IntPtr) Metodo

Definizione

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.

Si applica a