This topic has not yet been rated - Rate this topic

ReflectionTypeLoadException.Types Property

May 02, 2013

Gets the array of classes that were defined in the module and loaded.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)
public Type[] Types { get; }

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.

Windows Phone OS

Supported in: 8.0, 7.1, 7.0

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.