class
ReflectionExtensions
public static abstract sealed class ReflectionExtensions Methods
static this Type GetSimpleParameterType(ParameterInfo parameter) static this Boolean IsAssignableFromExtended(Type to, Type from, Boolean implicitConversions = True) static this Boolean IsAssignableToExtended(Type from, Type to, Boolean implicitConversions = True) static this Boolean AreSatisfiedBy(GenericParameterAttributes attribs, Type type) static this Boolean IsTaskType(Type type) static this Boolean IsTaskWithResultType(Type type, Type resultType) static this Void AssertDelegateType(Type type, String paramName) Assembly:
Facepunch.ActionGraphs Namespace: Facepunch.ActionGraphs Full Name: Facepunch.ActionGraphs.ReflectionExtensions