ExpectedProcessTraits Konstruktoren

Definition

Überlädt

ExpectedProcessTraits(String)

Erstellt eine Instanz eines erwarteten Prozess Merkmale-Objekts.

ExpectedProcessTraits(String, String[])

Erstellt eine Instanz eines erwarteten Prozess Merkmale-Objekts.

ExpectedProcessTraits(String, String[], String[])

Erstellt eine Instanz eines erwarteten Prozess Merkmale-Objekts.

ExpectedProcessTraits(String, String[], String[], String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, Nullable<Int32>)

Erstellt eine Instanz eines erwarteten Prozess Merkmale-Objekts.

ExpectedProcessTraits(String)

Erstellt eine Instanz eines erwarteten Prozess Merkmale-Objekts.

public:
 ExpectedProcessTraits(System::String ^ fullName);
public:
 ExpectedProcessTraits(Platform::String ^ fullName);
 ExpectedProcessTraits(std::wstring const & fullName);
public ExpectedProcessTraits (string fullName);
new Microsoft.VisualStudio.IntelliTrace.ExpectedProcessTraits : string -> Microsoft.VisualStudio.IntelliTrace.ExpectedProcessTraits
Public Sub New (fullName As String)

Parameter

fullName
String

Gilt für

ExpectedProcessTraits(String, String[])

Erstellt eine Instanz eines erwarteten Prozess Merkmale-Objekts.

public:
 ExpectedProcessTraits(System::String ^ fullName, cli::array <System::String ^> ^ arguments);
public:
 ExpectedProcessTraits(Platform::String ^ fullName, Platform::Array <Platform::String ^> ^ arguments);
 ExpectedProcessTraits(std::wstring const & fullName, std::Array <std::wstring const &> const & arguments);
public ExpectedProcessTraits (string fullName, string[] arguments);
new Microsoft.VisualStudio.IntelliTrace.ExpectedProcessTraits : string * string[] -> Microsoft.VisualStudio.IntelliTrace.ExpectedProcessTraits
Public Sub New (fullName As String, arguments As String())

Parameter

fullName
String
arguments
String[]

Gilt für

ExpectedProcessTraits(String, String[], String[])

Erstellt eine Instanz eines erwarteten Prozess Merkmale-Objekts.

public:
 ExpectedProcessTraits(System::String ^ fullName, cli::array <System::String ^> ^ arguments, cli::array <System::String ^> ^ variables);
public:
 ExpectedProcessTraits(Platform::String ^ fullName, Platform::Array <Platform::String ^> ^ arguments, Platform::Array <Platform::String ^> ^ variables);
 ExpectedProcessTraits(std::wstring const & fullName, std::Array <std::wstring const &> const & arguments, std::Array <std::wstring const &> const & variables);
public ExpectedProcessTraits (string fullName, string[] arguments, string[] variables);
new Microsoft.VisualStudio.IntelliTrace.ExpectedProcessTraits : string * string[] * string[] -> Microsoft.VisualStudio.IntelliTrace.ExpectedProcessTraits
Public Sub New (fullName As String, arguments As String(), variables As String())

Parameter

fullName
String
arguments
String[]
variables
String[]

Gilt für

ExpectedProcessTraits(String, String[], String[], String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, Nullable<Int32>)

Erstellt eine Instanz eines erwarteten Prozess Merkmale-Objekts.

public:
 ExpectedProcessTraits(System::String ^ fullName, cli::array <System::String ^> ^ arguments, cli::array <System::String ^> ^ variables, System::String ^ owner, Nullable<DateTime> startedAfter, Nullable<DateTime> startedBefore, Nullable<int> pid, Nullable<int> parentPid);
public ExpectedProcessTraits (string fullName, string[] arguments, string[] variables, string owner, DateTime? startedAfter, DateTime? startedBefore, int? pid, int? parentPid);
new Microsoft.VisualStudio.IntelliTrace.ExpectedProcessTraits : string * string[] * string[] * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<int> * Nullable<int> -> Microsoft.VisualStudio.IntelliTrace.ExpectedProcessTraits
Public Sub New (fullName As String, arguments As String(), variables As String(), owner As String, startedAfter As Nullable(Of DateTime), startedBefore As Nullable(Of DateTime), pid As Nullable(Of Integer), parentPid As Nullable(Of Integer))

Parameter

fullName
String
arguments
String[]
variables
String[]
owner
String
startedAfter
Nullable<DateTime>
startedBefore
Nullable<DateTime>
parentPid
Nullable<Int32>

Gilt für