Bagikan melalui


ReflectionTypeLoadException.Types Properti

Definisi

Mendapatkan array kelas yang ditentukan dalam modul dan dimuat.

public:
 property cli::array <Type ^> ^ Types { cli::array <Type ^> ^ get(); };
public Type[] Types { get; }
public Type?[] Types { get; }
public Type[]? Types { get; }
member this.Types : Type[]
Public ReadOnly Property Types As Type()

Nilai Properti

Type[]

Array jenis Type yang berisi kelas yang ditentukan dalam modul dan dimuat. Array ini dapat berisi beberapa null nilai.

Keterangan

Properti LoaderExceptions mengambil array jenis Exception yang sejajar dengan array ini Types . Array ini akan berisi nilai null setiap kali pantulan tidak dapat memuat kelas.

Berlaku untuk