Bagikan melalui


_Assembly.GetCustomAttributes Metode

Definisi

Menyediakan objek COM dengan akses independen versi ke GetCustomAttributes metode .

Overload

GetCustomAttributes(Type, Boolean)

Menyediakan objek COM dengan akses independen versi ke GetCustomAttributes(Type, Boolean) metode .

GetCustomAttributes(Boolean)

Menyediakan objek COM dengan akses independen versi ke GetCustomAttributes(Boolean) metode .

Keterangan

Metode ini untuk akses ke kelas terkelola dari kode yang tidak dikelola, dan tidak boleh dipanggil dari kode terkelola.

Metode GetCustomAttributes mendapatkan atribut kustom untuk perakitan ini.

GetCustomAttributes(Type, Boolean)

Menyediakan objek COM dengan akses independen versi ke GetCustomAttributes(Type, Boolean) metode .

public:
 cli::array <System::Object ^> ^ GetCustomAttributes(Type ^ attributeType, bool inherit);
public object[] GetCustomAttributes (Type attributeType, bool inherit);
abstract member GetCustomAttributes : Type * bool -> obj[]
Public Function GetCustomAttributes (attributeType As Type, inherit As Boolean) As Object()

Parameter

attributeType
Type

yang Type atribut kustomnya akan dikembalikan.

inherit
Boolean

Argumen ini diabaikan untuk objek jenis Assembly.

Mengembalikan

Object[]

Array jenis Object yang berisi atribut kustom untuk rakitan ini seperti yang ditentukan oleh attributeType.

Keterangan

Metode ini untuk akses ke kelas terkelola dari kode yang tidak dikelola, dan tidak boleh dipanggil dari kode terkelola.

Metode ini GetCustomAttributes mendapatkan semua atribut kustom untuk perakitan ini.

Lihat juga

Berlaku untuk

GetCustomAttributes(Boolean)

Menyediakan objek COM dengan akses independen versi ke GetCustomAttributes(Boolean) metode .

public:
 cli::array <System::Object ^> ^ GetCustomAttributes(bool inherit);
public object[] GetCustomAttributes (bool inherit);
abstract member GetCustomAttributes : bool -> obj[]
Public Function GetCustomAttributes (inherit As Boolean) As Object()

Parameter

inherit
Boolean

Argumen ini diabaikan untuk objek jenis Assembly.

Mengembalikan

Object[]

Array jenis Object yang berisi atribut kustom untuk perakitan ini.

Keterangan

Metode ini untuk akses ke kelas terkelola dari kode yang tidak dikelola, dan tidak boleh dipanggil dari kode terkelola.

Metode ini GetCustomAttributes mendapatkan semua atribut kustom untuk perakitan ini.

Lihat juga

Berlaku untuk