Table of Contents

Class ExecutableReflection

Namespace
Ceres.Flow
Assembly
Ceres.Flow.dll

Runtime reflection helper for executable functions

public abstract class ExecutableReflection
Inheritance
ExecutableReflection
Derived
Inherited Members

Constructors

ExecutableReflection()

protected ExecutableReflection()

Methods

GetFunction(MethodInfo)

public static ExecutableFunction GetFunction(MethodInfo methodInfo)

Parameters

methodInfo MethodInfo

Returns

ExecutableFunction

GetFunction_Imp(MethodInfo)

protected abstract ExecutableFunction GetFunction_Imp(MethodInfo methodInfo)

Parameters

methodInfo MethodInfo

Returns

ExecutableFunction

RegisterReflection<T>(ExecutableReflection)

protected static void RegisterReflection<T>(ExecutableReflection instance)

Parameters

instance ExecutableReflection

Type Parameters

T