Class FlowGeneratedProgramRegistry
public static class FlowGeneratedProgramRegistry
- Inheritance
-
FlowGeneratedProgramRegistry
- Inherited Members
Methods
Clear()
public static void Clear()
Register(string, string, string, ProgramFactory)
public static void Register(string programId, string graphHash, string generatedTypeName, FlowGeneratedProgramRegistry.ProgramFactory factory)
Parameters
programIdstringgraphHashstringgeneratedTypeNamestringfactoryFlowGeneratedProgramRegistry.ProgramFactory
TryCreate(FlowGeneratedProgramInfo, FlowGraphData, out IFlowExecutableProgram)
public static bool TryCreate(FlowGeneratedProgramInfo info, FlowGraphData graphData, out IFlowExecutableProgram program)
Parameters
infoFlowGeneratedProgramInfographDataFlowGraphDataprogramIFlowExecutableProgram