PSHostProcessInfo Class  
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.
PowerShell host process information class.
public ref class PSHostProcessInfo sealed
	public ref class PSHostProcessInfo sealed
	class PSHostProcessInfo sealed
	public sealed class PSHostProcessInfo
	type PSHostProcessInfo = class
	Public NotInheritable Class PSHostProcessInfo
		- Inheritance
 - 
				PSHostProcessInfo
 
Properties
| AppDomainName | 
		 Name of PowerShell AppDomain in process.  | 
        	
| MainWindowTitle | 
		 Main window title of the process.  | 
        	
| ProcessId | 
		 Id of process.  | 
        	
| ProcessName | 
		 Name of process.  | 
        	
Methods
| GetPipeNameFilePath() | 
		 Retrieves the pipe name file path.  |