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)

반환

애플리케이션 도메인에 있는 모든 이벤트 소스의 열거형입니다.

적용 대상