C# Class SharpOS.Kernel.Shell.Commands.BuiltIn.CpuId

Mostra file Open project: sharpos/SharpOS

Public Methods

Method Description
CREATE ( ) : CommandTableEntry*
RenderItem ( string title, CString8 value ) : void
RenderItem ( string title, string value ) : void
RenderItem ( string title, uint value ) : void
RenderItemTitle ( string title ) : void

Private Methods

Method Description
Execute ( CommandExecutionContext context ) : void
GetHelp ( CommandExecutionContext context ) : void

Method Details

CREATE() public static method

public static CREATE ( ) : CommandTableEntry*
return CommandTableEntry*

RenderItem() public static method

public static RenderItem ( string title, CString8 value ) : void
title string
value SharpOS.Kernel.Foundation.CString8
return void

RenderItem() public static method

public static RenderItem ( string title, string value ) : void
title string
value string
return void

RenderItem() public static method

public static RenderItem ( string title, uint value ) : void
title string
value uint
return void

RenderItemTitle() public static method

public static RenderItemTitle ( string title ) : void
title string
return void