共用方式為


ExpectedProcessTraits 建構函式 (String, array<String[], array<String[], String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, Nullable<Int32>)

建立所需的處理特性物件執行個體。

命名空間:  Microsoft.VisualStudio.IntelliTrace
組件:  Microsoft.IntelliTrace.11.0.0 (在 Microsoft.IntelliTrace.11.0.0.dll 中)

語法

'宣告
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) _
)
public ExpectedProcessTraits(
    string fullName,
    string[] arguments,
    string[] variables,
    string owner,
    Nullable<DateTime> startedAfter,
    Nullable<DateTime> startedBefore,
    Nullable<int> pid,
    Nullable<int> parentPid
)
public:
ExpectedProcessTraits(
    String^ fullName, 
    array<String^>^ arguments, 
    array<String^>^ variables, 
    String^ owner, 
    Nullable<DateTime> startedAfter, 
    Nullable<DateTime> startedBefore, 
    Nullable<int> pid, 
    Nullable<int> parentPid
)
new : 
        fullName:string * 
        arguments:string[] * 
        variables:string[] * 
        owner:string * 
        startedAfter:Nullable<DateTime> * 
        startedBefore:Nullable<DateTime> * 
        pid:Nullable<int> * 
        parentPid:Nullable<int> -> ExpectedProcessTraits
public function ExpectedProcessTraits(
    fullName : String, 
    arguments : String[], 
    variables : String[], 
    owner : String, 
    startedAfter : Nullable<DateTime>, 
    startedBefore : Nullable<DateTime>, 
    pid : Nullable<int>, 
    parentPid : Nullable<int>
)

參數

.NET Framework 安全性

請參閱

參考

ExpectedProcessTraits 類別

ExpectedProcessTraits 多載

Microsoft.VisualStudio.IntelliTrace 命名空間