API ReferenceFacepunch.ActionGraphs
public class Facepunch.ActionGraphs.DefaultTypeLoader
A default implementation of `Facepunch.ActionGraphs.ITypeLoader` with no access control.
Constructors
Showing 1 constructors
public DefaultTypeLoader()
No results match this filter.
Methods
Showing 15 methods
public virtual bool CanCache(System.Type type)
public virtual sealed System.Collections.Generic.IReadOnlyList`1<System.Reflection.ConstructorInfo> GetConstructors(System.Type declaringType)
public virtual sealed System.Reflection.FieldInfo GetField(System.Type declaringType, string name)
public virtual sealed System.Collections.Generic.IReadOnlyList`1<System.Reflection.MethodInfo> GetMethods(System.Type declaringType, string name)
public virtual sealed System.Reflection.PropertyInfo GetProperty(System.Type declaringType, string name)
public virtual System.Type LoadType(string assemblyName, string fullName)
public virtual System.Type MakeGenericType(System.Type genericTypeDefinition, System.Type[] genericArguments)
public virtual System.Type TypeFromIdentifier(string value)
public virtual string TypeToIdentifier(System.Type type)
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Facepunch.ActionGraphs |
| Type | class |
| Assembly | Facepunch.ActionGraphs |
| Doc ID | T:Facepunch.ActionGraphs.DefaultTypeLoader |