Class FlowNode_ExecuteFunctionReturn<TTarget>
Inheritance
object
FlowNode_ExecuteFunctionReturn<TTarget>
Implements
IDisposable
ISerializationCallbackReceiver
Inherited Members
Namespace: Ceres.Graph.Flow.Utilities
Assembly: cs.temp.dll.dll
Syntax
public abstract class FlowNode_ExecuteFunctionReturn<TTarget> : FlowNode_ExecuteFunctionReturn, IDisposable, ISerializationCallbackReceiver
Type Parameters
| Name | Description |
|---|---|
| TTarget |
Methods
GetExecutableFunction()
Declaration
public ExecutableReflection<TTarget>.ExecutableFunction GetExecutableFunction()
Returns
| Type | Description |
|---|---|
| ExecutableReflection<TTarget>.ExecutableFunction |
GetMethodInfo(Type)
Declaration
public override MethodInfo GetMethodInfo(Type targetType)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | targetType |
Returns
| Type | Description |
|---|---|
| System.Reflection.MethodInfo |
Overrides
OnAfterDeserialize()
Declaration
public void OnAfterDeserialize()
OnBeforeSerialize()
Declaration
public void OnBeforeSerialize()
Implements
IDisposable
ISerializationCallbackReceiver