internal ApplicationEnvironment(IHostContext hostContext, CellLifeIdentity cellIdentity, SolutionHead solution, AssembliesHead assemblies, Action <IHostCommand> sendCommand) { _hostContext = hostContext; _cellIdentity = cellIdentity; _solution = solution; _assemblies = assemblies; _sendCommand = sendCommand; }
internal ApplicationEnvironment(IHostContext hostContext, CellLifeIdentity cellIdentity, SolutionHead solution, AssembliesHead assemblies, Action<IHostCommand> sendCommand) { _hostContext = hostContext; _cellIdentity = cellIdentity; _solution = solution; _assemblies = assemblies; _sendCommand = sendCommand; }