AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.9.7" />

.NET API 1,206,784 bytes

 LegacyExtensions

static class LegacyExtensions
Extensions for ensuring code portability.
public static Type AsType(this Type type)

public static bool ContainsGenericClassParameters(this Type type)

public static string ConvertFromUtf32(this int utf32)

public static int ConvertToUtf32(this string s, int index)

public static Delegate CreateDelegate(this MethodInfo method, Type type, object target)

public static Task Delay(this CancellationToken token, int timeout)

public static Assembly GetAssembly(this Type type)

public static Type GetBaseType(this Type type)

public static ConstructorInfo GetConstructor(this Type type)

public static T GetCustomAttribute<T>(this ICustomAttributeProvider provider, bool inherit = false) where T : Attribute

public static object[] GetCustomAttributes(this Assembly assembly, Type attributeType)

public static ConstructorInfo GetDeclaredConstructor(this Type type)

public static ConstructorInfo[] GetDeclaredConstructors(this Type type)

public static FieldInfo GetDeclaredField(this Type type, string name)

public static PropertyInfo GetDeclaredProperty(this Type type, string name)

public static Type[] GetGenericTypeArguments(this Type type)

public static MethodInfo GetMethodInfo(this Delegate method)

public static MethodInfo GetPrivateMethod(this Type type, string name)

public static MethodInfo GetRuntimeMethod(this Type type, string name, Type[] parameters)

public static Type GetTypeInfo(this Type type)

public static bool Implements<T>(this Type type)

public static Task InvokeAsync(this Action action)

public static bool IsAbstractClass(this Type type)

public static bool IsClassType(this Type type)

public static bool IsClosedGeneric(this Type serviceType)

public static bool IsCollectionOfT(this Type serviceType)

public static bool IsEnumerableOfT(this Type serviceType)

public static bool IsFunc(this Type serviceType)

public static bool IsFuncWithParameters(this Type serviceType)

public static bool IsGenericClass(this Type type)

public static bool IsGenericClassDefinition(this Type type)

public static bool IsLazy(this Type serviceType)

public static bool IsListOfT(this Type serviceType)

public static bool IsNestedPrivateClass(this Type type)

public static bool IsStructType(this Type type)

public static void SetValue(this PropertyInfo property, object obj, object value)