System.Diagnostics.SymbolStore.ISymbolWriter.SetUnderlyingWriter Method

Sets the underlying ISymUnmanagedWriter (the corresponding unmanaged interface) that a managed System.Diagnostics.SymbolStore.ISymbolWriter uses to emit symbols.

Syntax

public void SetUnderlyingWriter (IntPtr underlyingWriter)

Parameters

underlyingWriter
A pointer to code that represents the underlying writer.

Remarks

The underlying ISymUnmanagedWriter (the corresponding unmanaged interface) represents a symbol writer for managed code. The interface provides methods for defining documents, sequence points, lexical scopes, and variables.

Requirements

Namespace: System.Diagnostics.SymbolStore
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0