ExpectedProcessTraits Constructors

Definition

Overloads

ExpectedProcessTraits(String)

Creates an instance of an expected process traits object

ExpectedProcessTraits(String, String[])

Creates an instance of an expected process traits object

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

Creates an instance of an expected process traits object

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

Creates an instance of an expected process traits object

ExpectedProcessTraits(String)

Creates an instance of an expected process traits object

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)

Parameters

fullName
String

Applies to

ExpectedProcessTraits(String, String[])

Creates an instance of an expected process traits object

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

Parameters

fullName
String
arguments
String[]

Applies to

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

Creates an instance of an expected process traits object

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

Parameters

fullName
String
arguments
String[]
variables
String[]

Applies to

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

Creates an instance of an expected process traits object

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

Parameters

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

Applies to