LocalBuilder.SetLocalSymInfoCore(String) 方法

定义

在派生类中重写时,设置此局部变量的名称。

protected:
 virtual void SetLocalSymInfoCore(System::String ^ name);
protected virtual void SetLocalSymInfoCore (string name);
abstract member SetLocalSymInfoCore : string -> unit
override this.SetLocalSymInfoCore : string -> unit
Protected Overridable Sub SetLocalSymInfoCore (name As String)

参数

name
String

局部变量的名称。

例外

不支持发出调试信息。

已使用 CreateType() 创建包含类型。

适用于