OpCode.Name Propriété

Définition

Nom de l’instruction en langage intermédiaire (IL, intermediate language).

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

Valeur de propriété

String

Lecture seule. Nom de l'instruction IL.

Remarques

La Value propriété retourne la valeur numérique de l’instruction IL.

S’applique à