PortableExtensions static class PortableExtensions Extensions for ensuring code portability. Documentation Code public static string ConvertFromUtf32(this int utf32) public static int ConvertToUtf32(this string s, int index) public static Task Delay(this CancellationToken token, int timeout) public static Assembly GetAssembly(this Type type) public static ConstructorInfo[] GetConstructors(this Type type) public static FieldInfo GetField(this Type type, string name) public static PropertyInfo[] GetProperties(this Type type) public static PropertyInfo GetProperty(this Type type, string name) public static Type[] GetTypes(this Assembly assembly) public static bool Implements<T>(this Type type) public static bool IsAbstractClass(this Type type)