s&box docs
API ReferenceFacepunch.ActionGraphs

public static abstract sealed class Facepunch.ActionGraphs.ReflectionExtensions

Methods

Showing 7 methods

public static bool AreSatisfiedBy(System.Reflection.GenericParameterAttributes attribs, System.Type type)

public static void AssertDelegateType(System.Type type, string paramName)

public static System.Type GetSimpleParameterType(System.Reflection.ParameterInfo parameter)

public static bool IsAssignableFromExtended(System.Type to, System.Type from, bool implicitConversions = True)

Parameters

  • implicitConversions: Default: True

public static bool IsAssignableToExtended(System.Type from, System.Type to, bool implicitConversions = True)

Parameters

  • implicitConversions: Default: True

public static bool IsTaskType(System.Type type)

public static bool IsTaskWithResultType(System.Type type, System.Type resultType)

Metadata

FieldValue
NamespaceFacepunch.ActionGraphs
Typeclass
AssemblyFacepunch.ActionGraphs
Doc IDT:Facepunch.ActionGraphs.ReflectionExtensions

On this page