IVCWizCtlUI.GetProcessName Method

Definition

Gets the file name of the current process (devenv.exe).

public:
 System::String ^ GetProcessName();
public:
 Platform::String ^ GetProcessName();
std::wstring GetProcessName();
[System.Runtime.InteropServices.DispId(1610743873)]
public string GetProcessName ();
[<System.Runtime.InteropServices.DispId(1610743873)>]
abstract member GetProcessName : unit -> string
Public Function GetProcessName () As String

Returns

A string containing the process name (usually an .exe name).

Attributes

Applies to