DkmPublishedProgramInfo.FriendlyName Property

Definition

[Optional] A friendly name for the program. This may be displayed in the attach to processes window. This is exposed to the AD7 API via IDebugProgramNode2.GetHostName(GHN_FRIENDLY_NAME).

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

Property Value

Returns String.

Applies to