DriverLoaderLoadPlugins Method (ICollectionIStarfieldDriver) |
[Missing <summary> documentation for "M:Starfield.DriverLoader.LoadPlugins(System.Collections.Generic.ICollection{Starfield.IStarfieldDriver})"]
Namespace:
Starfield
Assembly:
Starfield (in Starfield.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static void LoadPlugins(
ICollection<IStarfieldDriver> driverList
)
Public Shared Sub LoadPlugins (
driverList As ICollection(Of IStarfieldDriver)
)
public:
static void LoadPlugins(
ICollection<IStarfieldDriver^>^ driverList
)
static member LoadPlugins :
driverList : ICollection<IStarfieldDriver> -> unit
Parameters
- driverList
- Type: System.Collections.GenericICollectionIStarfieldDriver
[Missing <param name="driverList"/> documentation for "M:Starfield.DriverLoader.LoadPlugins(System.Collections.Generic.ICollection{Starfield.IStarfieldDriver})"]
See Also