IMultitargetHelperService.GetAssemblyQualifiedName(Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將目標 Framework 的型別解析為組件限定名稱。
public:
System::String ^ GetAssemblyQualifiedName(Type ^ type);
public string GetAssemblyQualifiedName (Type type);
abstract member GetAssemblyQualifiedName : Type -> string
Public Function GetAssemblyQualifiedName (type As Type) As String
參數
- type
- Type
要解析的型別。
傳回
目標 Framework 中 type
的 AssemblyQualifiedName。