Mosa.HardwareSystem.DeviceDriverRegistry.DeviceDriverRegistry C# (CSharp) Méthode

DeviceDriverRegistry() public méthode

Initializes a new instance of the DeviceDriverRegistry class.
public DeviceDriverRegistry ( PlatformArchitecture platformArchitecture ) : System.Collections.Generic
platformArchitecture PlatformArchitecture The platform architecture.
Résultat System.Collections.Generic
        public DeviceDriverRegistry(PlatformArchitecture platformArchitecture)
        {
            this.platformArchitecture = platformArchitecture;
            deviceDrivers = new LinkedList<DeviceDriver>();
        }