ExpectedProcessTraits Конструкторы

Определение

Перегрузки

ExpectedProcessTraits(String)

Создает экземпляр объекта признаков ожидаемого процесса

ExpectedProcessTraits(String, String[])

Создает экземпляр объекта признаков ожидаемого процесса

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

Создает экземпляр объекта признаков ожидаемого процесса

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

Создает экземпляр объекта признаков ожидаемого процесса

ExpectedProcessTraits(String)

Создает экземпляр объекта признаков ожидаемого процесса

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)

Параметры

fullName
String

Применяется к

ExpectedProcessTraits(String, String[])

Создает экземпляр объекта признаков ожидаемого процесса

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())

Параметры

fullName
String
arguments
String[]

Применяется к

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

Создает экземпляр объекта признаков ожидаемого процесса

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())

Параметры

fullName
String
arguments
String[]
variables
String[]

Применяется к

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

Создает экземпляр объекта признаков ожидаемого процесса

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))

Параметры

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

Применяется к