 | UConsole 类 |
Sweet 开发框架
控制台输出扩展类Console
继承层次
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static class UConsole
<ExtensionAttribute>
Public NotInheritable Class UConsole
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type UConsole = class end
方法
| 名称 | 说明 |
---|
  | WriteConsole(Boolean, String) | |
  | WriteConsole(Char, String) | |
  | WriteConsole(Char, String) | |
  | WriteConsole(Decimal, String) | |
  | WriteConsole(Double, String) | |
  | WriteConsole(Exception, String) | |
  | WriteConsole(Int32, String) | |
  | WriteConsole(Int64, String) | |
  | WriteConsole(Object, String) | |
  | WriteConsole(Single, String) | |
  | WriteConsole(String, Object) | |
  | WriteConsole(String, Object) | |
  | WriteConsole(String, String) | |
  | WriteConsole(UInt32, String) | |
  | WriteConsole(Char, Int32, Int32) | |
  | WriteConsole(String, Object, Object) | |
  | WriteConsole(String, Object, Object, Object) | |
  | WriteConsole(String, Object, Object, Object, Object) | |
Top
参见