IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Provides NUnit specific extensions to aid in Reflection across multiple frameworks More...
Static Public Member Functions | |
static Type | GetTypeInfo (this Type type) |
GetTypeInfo gives access to most of the Type information we take for granted on .NET Core and Windows Runtime. Rather than #ifdef different code for different platforms, it is easiest to just code all platforms as if they worked this way, thus the simple passthrough. More... | |
Provides NUnit specific extensions to aid in Reflection across multiple frameworks
This version of the class supplies GetTypeInfo() on platforms that don't support it.
|
inlinestatic |
GetTypeInfo gives access to most of the Type information we take for granted on .NET Core and Windows Runtime. Rather than #ifdef different code for different platforms, it is easiest to just code all platforms as if they worked this way, thus the simple passthrough.
type |