DkmProcess.LivePart Property

Definition

[Optional] Information relevant to a running process. For example, this Part will NOT be present for minidumps.

public:
 property Microsoft::VisualStudio::Debugger::DkmProcess::Live ^ LivePart { Microsoft::VisualStudio::Debugger::DkmProcess::Live ^ get(); };
public Microsoft.VisualStudio.Debugger.DkmProcess.Live LivePart { get; }
member this.LivePart : Microsoft.VisualStudio.Debugger.DkmProcess.Live
Public ReadOnly Property LivePart As DkmProcess.Live

Property Value

Returns DkmProcess.Live.

Applies to