TypeBuilder::Name Property

 

Retrieves the name of this type.

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 the String name of this type.

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