TypeBuilder::GetElementType Method ()
.NET Framework (current version)
Calling this method always throws NotSupportedException.
Assembly: mscorlib (in mscorlib.dll)
Implements
_Type::GetElementType()| Exception | Condition |
|---|---|
| NotSupportedException | This method is not supported. |
Retrieve the type using Type::GetType or Assembly::GetType and use reflection on the retrieved type.
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Available since 1.1
Silverlight
Available since 2.0
Show: