OpCode.Name Property

Definition

The name of the intermediate language (IL) instruction.

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
public string? Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

Property Value

Read-only. The name of the IL instruction.

Remarks

The Value property returns the numeric value of the IL instruction.

Applies to