Retrieves the name of this method.
[Visual Basic] Overridable Public ReadOnly Property Name As String [C#] public string Name {override get;} [C++] public: __property virtual String* get_Name(); [JScript] public function get Name() : String;
Read-only. Retrieves a String containing the simple name of this method.
MethodBuilder Class | MethodBuilder Members | System.Reflection.Emit Namespace