IMultitargetHelperService::GetAssemblyQualifiedName Method (Type^)

.NET Framework (current version)
 

Resolves a type for the target framework to an assembly-qualified name.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

String^ GetAssemblyQualifiedName(
	Type^ type
)

Parameters

type
Type: System::Type^

The type to resolve.

Return Value

Type: System::String^

The AssemblyQualifiedName for type in the target framework.

.NET Framework
Available since 4.0
Return to top
Show: