PSHostProcessInfo.AppDomainName Property
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.
Name of PowerShell AppDomain in process.
public:
property System::String ^ AppDomainName { System::String ^ get(); };
public:
property Platform::String ^ AppDomainName { Platform::String ^ get(); };
public string AppDomainName { get; }
member this.AppDomainName : string
Public ReadOnly Property AppDomainName As String