Structs
A Stream of incoming requests for ComponentController
A single component namespace entry, which describes a namespace mount point
(
path
) and the directory backing it (directory
). This type is usually
composed inside a vector. See ComponentStartInfo.ns
for more details.A Stream of incoming requests for ComponentRunner
Parameters for starting a new component instance.
Enums
A protocol for binding and controlling the lifetime of a component instance
started using
ComponentRunner.Start()
. The component manager is the
intended direct client of this protocol.A protocol used for running components.