LocalBuilder.SetLocalSymInfoCore(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在派生类中重写时,设置此局部变量的名称。
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() 创建包含类型。