SymWriter.InitWriter(Boolean) 方法
定义
初始化符号编写器。Initializes the symbol writer. 不应直接调用此方法;它通过构造函数来调用。This method should not be called directly; it is called by the constructor.
public:
void InitWriter(bool noUnderlyingWriter);
public void InitWriter (bool noUnderlyingWriter);
member this.InitWriter : bool -> unit
Public Sub InitWriter (noUnderlyingWriter As Boolean)
参数
- noUnderlyingWriter
- Boolean
如果基础符号编写器将通过调用 SetUnderlyingWriter(IntPtr) 方法来提供,则为 true;相反,如果应创建一个默认基础符号编写器,则为 false。true if an underlying symbol writer will be provided by calling the SetUnderlyingWriter(IntPtr) method; false if a default underlying symbol writer should be created instead.