IMultitargetHelperService.GetAssemblyQualifiedName(Type) 方法      
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将目标框架的类型解析为程序集限定名称。
public:
 System::String ^ GetAssemblyQualifiedName(Type ^ type);public string GetAssemblyQualifiedName (Type type);abstract member GetAssemblyQualifiedName : Type -> stringPublic Function GetAssemblyQualifiedName (type As Type) As String参数
- type
- Type
要解析的类型。
返回
目标框架中的 type 的 AssemblyQualifiedName。