Application.Processes 속성

응용 프로그램에서 등록된 모든 프로세스를 가져옵니다.

네임스페이스:  Microsoft.ComplexEventProcessing
어셈블리:  Microsoft.ComplexEventProcessing(Microsoft.ComplexEventProcessing.dll)

구문

‘선언
Public ReadOnly Property Processes As IDictionary(Of String, CepProcess)
    Get
‘사용 방법
Dim instance As Application 
Dim value As IDictionary(Of String, CepProcess)

value = instance.Processes
public IDictionary<string, CepProcess> Processes { get; }
public:
property IDictionary<String^, CepProcess^>^ Processes {
    IDictionary<String^, CepProcess^>^ get ();
}
member Processes : IDictionary<string, CepProcess>
function get Processes () : IDictionary<String, CepProcess>

속성 값

유형: System.Collections.Generic.IDictionary<String, CepProcess>
응용 프로그램에서 등록된 모든 프로세스입니다.

참고 항목

참조

Application 클래스

Microsoft.ComplexEventProcessing 네임스페이스