Class ExecutableFunctionRegistry
Helper class for query executable functions
Inheritance
object
ExecutableFunctionRegistry
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Editor.Graph.Flow
Assembly: cs.temp.dll.dll
Syntax
public class ExecutableFunctionRegistry
Methods
Get()
Declaration
public static ExecutableFunctionRegistry Get()
Returns
Type | Description |
---|---|
ExecutableFunctionRegistry |
GetAlwaysIncludedAssemblies()
Declaration
public static Assembly[] GetAlwaysIncludedAssemblies()
Returns
Type | Description |
---|---|
Assembly[] |
GetAlwaysIncludedProperties()
Declaration
public (Type type, PropertyInfo[] propertyInfos)[] GetAlwaysIncludedProperties()
Returns
Type | Description |
---|---|
(Type type, PropertyInfo[] propertyInfos)[] |
GetFunctions(Type)
Declaration
public MethodInfo[] GetFunctions(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type |
Returns
Type | Description |
---|---|
MethodInfo[] |
GetManagedTypes()
Declaration
public Type[] GetManagedTypes()
Returns
Type | Description |
---|---|
Type[] |
GetStaticFunctions()
Declaration
public MethodInfo[] GetStaticFunctions()
Returns
Type | Description |
---|---|
MethodInfo[] |