Mosa.HardwareSystem.DeviceDriverRegistry.DeviceDriverRegistry C# (CSharp) 메소드

DeviceDriverRegistry() 공개 메소드

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