Assembly.GetCustomAttributesData 方法

定義

傳回已套用至目前 Assembly 之屬性的相關資訊,表示為 CustomAttributeData 物件。

C#
public virtual System.Collections.Generic.IList<System.Reflection.CustomAttributeData> GetCustomAttributesData();

傳回

CustomAttributeData 物件的泛型清單,表示已套用至目前組件之屬性的資料。

備註

使用這個方法可檢查僅限反映內容中程式代碼的自定義屬性,在自定義屬性本身定義於僅反映內容的程式代碼中。 這類Attribute.GetCustomAttributesAssembly.GetCustomAttributes方法不能在這類情況下使用,因為它們會建立屬性的實例。 無法執行僅限反映內容中的程序代碼。 如需詳細資訊和範例程式代碼,請參閱 CustomAttributeData 類別。

適用於

產品 版本
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1