The name of the IL instruction.
[Visual Basic] Public ReadOnly Property Name As String [C#] public string Name {get;} [C++] public: __property String* get_Name(); [JScript] public function get Name() : String;
Read-only. The name of the IL instruction.
OpCode Structure | OpCode Members | System.Reflection.Emit Namespace