DkmProcess.Live(Int32, Int64) 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 Live value.
public:
Live(int Id, long StartTime);
public:
Live(int Id, long long StartTime);
Live(int Id, long StartTime);
public Live (int Id, long StartTime);
new Microsoft.VisualStudio.Debugger.DkmProcess.Live : int * int64 -> Microsoft.VisualStudio.Debugger.DkmProcess.Live
Public Sub New (Id As Integer, StartTime As Long)
Parameters
- Id
- Int32
[In] Process Id (PID) assigned by the operating system. As the same process id may be used by multiple computers, and as process ids may be recycled, it is recommended to use 'UniqueId' for identity purposes.
- StartTime
- Int64
[In] 64-bit date time value indicating when the process was started. The start time along with the id and the machine where the process was started can uniquely identify a process.