DkmTaskProperties Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initialize a new DkmTaskProperties value.
public:
DkmTaskProperties(System::String ^ Name, System::String ^ Location, System::String ^ Property1, System::String ^ Property2, System::String ^ Property3, int State, int Flags, int Fields);
public:
DkmTaskProperties(Platform::String ^ Name, Platform::String ^ Location, Platform::String ^ Property1, Platform::String ^ Property2, Platform::String ^ Property3, int State, int Flags, int Fields);
DkmTaskProperties(std::wstring const & Name, std::wstring const & Location, std::wstring const & Property1, std::wstring const & Property2, std::wstring const & Property3, int State, int Flags, int Fields);
public DkmTaskProperties (string Name, string Location, string Property1, string Property2, string Property3, int State, int Flags, int Fields);
public DkmTaskProperties (string? Name, string? Location, string? Property1, string? Property2, string? Property3, int State, int Flags, int Fields);
new Microsoft.VisualStudio.Debugger.ParallelTasks.DkmTaskProperties : string * string * string * string * string * int * int * int -> Microsoft.VisualStudio.Debugger.ParallelTasks.DkmTaskProperties
Public Sub New (Name As String, Location As String, Property1 As String, Property2 As String, Property3 As String, State As Integer, Flags As Integer, Fields As Integer)
Parameters
- Name
- String
[In,Optional] Name of task.
- Location
- String
[In,Optional] TODO.
- Property1
- String
[In,Optional] TODO.
- Property2
- String
[In,Optional] TODO.
- Property3
- String
[In,Optional] TODO.
- State
- Int32
[In] TODO.
- Flags
- Int32
[In] TODO.
- Fields
- Int32
[In] TODO.