Class ExecutableFunction
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Graph.Flow
Assembly: cs.temp.dll.dll
Syntax
public abstract class ExecutableFunction
Constructors
ExecutableFunction(MethodInfo)
Declaration
protected ExecutableFunction(MethodInfo methodInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Reflection.MethodInfo | methodInfo |
Fields
MethodInfo
Declaration
public readonly MethodInfo MethodInfo
Field Value
| Type | Description |
|---|---|
| System.Reflection.MethodInfo |
Methods
GetFunctionName(MethodInfo, bool)
Declaration
public static string GetFunctionName(MethodInfo methodInfo, bool richText = true)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Reflection.MethodInfo | methodInfo | |
| bool | richText |
Returns
| Type | Description |
|---|---|
| string |