Yes.
You would in the xDefinition have something like:
_workSpacePlugins.Add(new XxWorkSpacePlugin());
_workSpacePlugins.Add(new XxWorkSpacePlugin2());
..
public override List<WorkSpacePlugin> WorkSpacePlugins
{
get { return _workSpacePlugins; }
}