LocalBuilder.SetLocalSymInfoCore(String) Method

Definition

When overridden in a derived class, sets the name of this local variable.

C#
protected virtual void SetLocalSymInfoCore(string name);

Parameters

name
String

The name of the local variable.

Exceptions

Emitting debug info is not supported.

The containing type has been created with CreateType().

Applies to

Product Versions
.NET 9, 10