IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Framework.Compatibility.TypeExtensions Class Reference

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...
 

Detailed Description

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.

Member Function Documentation

static Type NUnit.Framework.Compatibility.TypeExtensions.GetTypeInfo ( this Type  type)
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.

Parameters
type
Returns

The documentation for this class was generated from the following file: