Search Results for

    Show / Hide Table of Contents

    Class OTZDe

    デバッグに関する機能を提供します。

    Inheritance
    System.Object
    OTZDe
    名前空間: OTZControls.Utilities
    アセンブリ: OTZControls.dll
    Syntax
    public class OTZDe

    コンストラクタ

    OTZDe()

    コンストラクタ

    宣言
    public OTZDe()

    プロパティ

    Cnt

    宣言
    public static int Cnt { get; }
    プロパティ値
    型 説明
    System.Int32

    メソッド

    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()
    戻り値
    型 説明
    System.TimeSpan

    Stop(String)

    処理時間の計測を終了します。

    宣言
    public static void Stop(string title)
    パラメーター
    型 名前 説明
    System.String title

    Stop3()

    宣言
    public static string Stop3()
    戻り値
    型 説明
    System.String

    StopAvg()

    宣言
    public static void StopAvg()

    StopProd()

    処理時間の計測を終了します。

    宣言
    public static TimeSpan StopProd()
    戻り値
    型 説明
    System.TimeSpan

    StopWithDialog()

    宣言
    public static void StopWithDialog()

    StopWithDialog(String)

    宣言
    public static void StopWithDialog(string title)
    パラメーター
    型 名前 説明
    System.String title
    In This Article
    Back to top Generated by DocFX