TypeDelegator::AssemblyQualifiedName Property

 

Gets the assembly's fully qualified name.

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

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

Property Value

Type: System::String^

A String containing the assembly's fully qualified name.

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