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>

适用于