LogProvider.GetExecutionPath メソッド

定義

ログ プロバイダーの実行パスを含む文字列を返します。

public:
 virtual System::String ^ GetExecutionPath();
public string GetExecutionPath ();
abstract member GetExecutionPath : unit -> string
override this.GetExecutionPath : unit -> string
Public Function GetExecutionPath () As String

戻り値

ログ プロバイダーの実行パスを含む文字列。

実装

適用対象