EventSource.GetSources メソッド

定義

アプリケーション ドメインのすべてのイベント ソースのスナップショットを取得します。

public:
 static System::Collections::Generic::IEnumerable<System::Diagnostics::Tracing::EventSource ^> ^ GetSources();
public static System.Collections.Generic.IEnumerable<System.Diagnostics.Tracing.EventSource> GetSources ();
static member GetSources : unit -> seq<System.Diagnostics.Tracing.EventSource>
Public Shared Function GetSources () As IEnumerable(Of EventSource)

戻り値

アプリケーション ドメインのすべてのイベント ソースの列挙。

適用対象