Type.GetTypeArray Method (Object[])
.NET Framework (current version)
Gets the types of the objects in the specified array.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- args
-
Type:
System.Object[]
An array of objects whose types to determine.
Return Value
Type: System.Type[]An array of Type objects representing the types of the corresponding elements in args.
| Exception | Condition |
|---|---|
| ArgumentNullException | args is null. -or- One or more of the elements in args is null. |
| TargetInvocationException | The class initializers are invoked and at least one throws an exception. |
.NET Framework
Available since 1.1
Available since 1.1
Show: