ReflectionTypeLoadException.Types Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the array of classes that were defined in the module and loaded.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Type []An array of type Type containing the classes that were defined in the module and loaded. This array can contain some null values.
The LoaderExceptions property retrieves an array of type Exception that is parallel to this Types array. This array will contain null values whenever reflection cannot load a class.
Show: