MethodBuilder::Name Property

 

Retrieves the name of this method.

Namespace:   System.Reflection.Emit
Assembly:  mscorlib (in mscorlib.dll)

public:
property String^ Name {
	virtual String^ get() override;
}

Property Value

Type: System::String^

Read-only. Retrieves a string containing the simple name of this method.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Return to top
Show: