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)
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Facepunch.ActionGraphs |
| Type | class |
| Assembly | Facepunch.ActionGraphs |
| Doc ID | T:Facepunch.ActionGraphs.ReflectionExtensions |