IVCWizCtlUI.GetProcessName Method
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.
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