s&box docs
API ReferenceFacepunch.ActionGraphs

public class Facepunch.ActionGraphs.DefaultTypeLoader

A default implementation of `Facepunch.ActionGraphs.ITypeLoader` with no access control.

Constructors

Showing 1 constructors

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 System.Type GetNestedType(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 MakeArrayType(System.Type elementType, System.Nullable`1<int> rank)

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)

Metadata

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

On this page