Click or drag to resize

DriverLoaderLoadCustomDrivers Method

[Missing <summary> documentation for "M:Starfield.DriverLoader.LoadCustomDrivers(System.String,System.Collections.Generic.ICollection{Starfield.CustomDriver})"]

Namespace:  Starfield
Assembly:  Starfield (in Starfield.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void LoadCustomDrivers(
	string fileName,
	ICollection<CustomDriver> driverList
)

Parameters

fileName
Type: SystemString

[Missing <param name="fileName"/> documentation for "M:Starfield.DriverLoader.LoadCustomDrivers(System.String,System.Collections.Generic.ICollection{Starfield.CustomDriver})"]

driverList
Type: System.Collections.GenericICollectionCustomDriver

[Missing <param name="driverList"/> documentation for "M:Starfield.DriverLoader.LoadCustomDrivers(System.String,System.Collections.Generic.ICollection{Starfield.CustomDriver})"]

See Also