AssemblyBuilder.GetCustomAttributesData 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 CustomAttributeData 物件,其中包含已套用至目前 AssemblyBuilder 的屬性之相關資訊。
public:
override System::Collections::Generic::IList<System::Reflection::CustomAttributeData ^> ^ GetCustomAttributesData();
public override System.Collections.Generic.IList<System.Reflection.CustomAttributeData> GetCustomAttributesData ();
override this.GetCustomAttributesData : unit -> System.Collections.Generic.IList<System.Reflection.CustomAttributeData>
Public Overrides Function GetCustomAttributesData () As IList(Of CustomAttributeData)
傳回
CustomAttributeData 物件的泛型清單,表示已套用至目前模組之屬性的資料。
備註
使用這個方法可檢查僅限反映內容中程式代碼的自定義屬性,在自定義屬性本身定義於僅反映內容的程式代碼中。 這類Attribute.GetCustomAttributesAssembly.GetCustomAttributes方法無法在這類情況下使用,因為它們會建立屬性的實例。 無法執行僅限反映內容中的程序代碼。 如需詳細資訊和範例程式代碼,請參閱 CustomAttributeData 類別。