OpCode.Name Propriedade

Definição

O nome da instrução da língua intermédia (IL).

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

Valor de Propriedade

Somente leitura. O nome da instrução IL.

Observações

A Value propriedade devolve o valor numérico da instrução IL.

Aplica-se a