API ReferenceFacepunch.ActionGraphs
ReflectionExtensionsclass
object→ReflectionExtensions
Methods7
Showing 7 methods
public static bool AreSatisfiedBy(System.Reflection.GenericParameterAttributes attribs, System.Type type)
| Parameter | Type | Description |
|---|---|---|
| attribs | GenericParameterAttributes | — |
| type | Type | — |
Returns:
bool—public static void AssertDelegateType(System.Type type, string paramName)
| Parameter | Type | Description |
|---|---|---|
| type | Type | — |
| paramName | string | — |
Returns:
void—public static System.Type GetSimpleParameterType(System.Reflection.ParameterInfo parameter)
| Parameter | Type | Description |
|---|---|---|
| parameter | ParameterInfo | — |
public static bool IsAssignableFromExtended(System.Type to, System.Type from, bool implicitConversions = True)
| Parameter | Type | Description |
|---|---|---|
| to | Type | — |
| from | Type | — |
| implicitConversions = True | bool | — |
Returns:
bool—No results match this filter.