DkmRunningProcessInfo.Name Property

Definition

[Optional] Full path to the starting executable of the process. If the full path cannot be obtained, this may only contain the base executable name.

public:
 property System::String ^ Name { System::String ^ get(); };
public:
 property Platform::String ^ Name { Platform::String ^ get(); };
public string Name { get; }
public string? Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

Property Value

Returns String.

Applies to