_Assembly.GetCustomAttributes Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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
Mengembalikan
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
Mengembalikan
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.