API ReferenceFacepunch.ActionGraphs
DefaultTypeLoaderclass
A default implementation of `Facepunch.ActionGraphs.ITypeLoader` with no access control.
object→DefaultTypeLoader
Constructors1
Showing 1 constructors
public DefaultTypeLoader()
No results match this filter.
Methods15
Showing 15 methods
public virtual sealed System.Collections.Generic.IReadOnlyList`1<System.Reflection.ConstructorInfo> GetConstructors(System.Type declaringType)
| Parameter | Type | Description |
|---|---|---|
| declaringType | Type | — |
Returns:
IReadOnlyList<ConstructorInfo>—public virtual sealed System.Reflection.FieldInfo GetField(System.Type declaringType, string name)
| Parameter | Type | Description |
|---|---|---|
| declaringType | Type | — |
| name | string | — |
Returns:
FieldInfo—public virtual sealed System.Collections.Generic.IReadOnlyList`1<System.Reflection.MethodInfo> GetMethods(System.Type declaringType, string name)
| Parameter | Type | Description |
|---|---|---|
| declaringType | Type | — |
| name | string | — |
Returns:
IReadOnlyList<MethodInfo>—public virtual System.Type GetNestedType(System.Type declaringType, string name)
| Parameter | Type | Description |
|---|---|---|
| declaringType | Type | — |
| name | string | — |
public virtual sealed System.Reflection.PropertyInfo GetProperty(System.Type declaringType, string name)
| Parameter | Type | Description |
|---|---|---|
| declaringType | Type | — |
| name | string | — |
Returns:
PropertyInfo—public virtual System.Type LoadType(string assemblyName, string fullName)
| Parameter | Type | Description |
|---|---|---|
| assemblyName | string | — |
| fullName | string | — |
public virtual System.Type MakeArrayType(System.Type elementType, System.Nullable`1<int> rank)
| Parameter | Type | Description |
|---|---|---|
| elementType | Type | — |
| rank | Nullable<int> | — |
public virtual System.Type MakeGenericType(System.Type genericTypeDefinition, System.Type[] genericArguments)
| Parameter | Type | Description |
|---|---|---|
| genericTypeDefinition | Type | — |
| genericArguments | Type[] | — |
public virtual System.Type TypeFromIdentifier(string value)
| Parameter | Type | Description |
|---|---|---|
| value | string | — |
No results match this filter.