OpCode.Name Propriedade
Definição
O nome da instrução de IL (linguagem intermediária).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
Valor da propriedade
Somente leitura.Read-only. O nome da instrução IL.The name of the IL instruction.
Comentários
A Value propriedade retorna o valor numérico da instrução Il.The Value property returns the numeric value of the IL instruction.