Mosa.HardwareSystem.HAL.Abort C# (CSharp) 메소드

Abort() 공개 정적인 메소드

Aborts with the specified message.
public static Abort ( string message ) : void
message string The message.
리턴 void
        public static void Abort(string message)
        {
            hardwareAbstraction.Abort(message);
        }