Class OTZDe
Inheritance
System.Object
OTZDe
アセンブリ: OTZControls.dll
Syntax
コンストラクタ
OTZDe()
宣言
プロパティ
Cnt
宣言
public static int Cnt { get; }
プロパティ値
メソッド
Assert(Boolean)
宣言
public static void Assert(bool condition)
パラメーター
型 |
名前 |
説明 |
System.Boolean |
condition |
|
Assert(Boolean, String)
宣言
public static void Assert(bool condition, string message)
パラメーター
型 |
名前 |
説明 |
System.Boolean |
condition |
|
System.String |
message |
|
Bug(Object, String)
宣言
public static void Bug(object obj, string callerMethodName = "")
パラメーター
型 |
名前 |
説明 |
System.Object |
obj |
|
System.String |
callerMethodName |
|
Bug(String, String, String)
宣言
public static void Bug(string title, string text, string callerMethodName = "")
パラメーター
型 |
名前 |
説明 |
System.String |
title |
|
System.String |
text |
|
System.String |
callerMethodName |
|
Bug4File(String, Object)
宣言
public static void Bug4File(string title, object obj)
パラメーター
型 |
名前 |
説明 |
System.String |
title |
|
System.Object |
obj |
|
CallTrace()
宣言
public static void CallTrace()
Start()
宣言
public static void Start()
Stop()
宣言
public static TimeSpan Stop()
戻り値
Stop(String)
宣言
public static void Stop(string title)
パラメーター
型 |
名前 |
説明 |
System.String |
title |
|
Stop3()
宣言
public static string Stop3()
戻り値
StopAvg()
宣言
public static void StopAvg()
StopProd()
宣言
public static TimeSpan StopProd()
戻り値
StopWithDialog()
宣言
public static void StopWithDialog()
StopWithDialog(String)
宣言
public static void StopWithDialog(string title)
パラメーター
型 |
名前 |
説明 |
System.String |
title |
|