ISymbolWriter.SetUnderlyingWriter(IntPtr) 方法
定义
设置基础 ISymUnmanagedWriter(对应的非托管接口),托管 ISymbolWriter 使用它来发出符号。Sets the underlying ISymUnmanagedWriter (the corresponding unmanaged interface) that a managed ISymbolWriter uses to emit symbols.
public:
void SetUnderlyingWriter(IntPtr underlyingWriter);
public void SetUnderlyingWriter (IntPtr underlyingWriter);
abstract member SetUnderlyingWriter : nativeint -> unit
Public Sub SetUnderlyingWriter (underlyingWriter As IntPtr)
参数
- underlyingWriter
- IntPtr
指向表示此基础编写器的代码的指针。A pointer to code that represents the underlying writer.
注解
基础 ISymUnmanagedWriter (对应的非托管接口) 表示托管代码的符号编写器。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.