EngineIntrinsics Members
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Top
Top
System.Management.Automation Namespace
Provides access to the command, provider, host, event manager, and session-state information for this instance of the Windows PowerShell runtime.
The following tables list the members exposed by the EngineIntrinsics type.
| Name | Description | |
|---|---|---|
|
Host | Gets access to the host being used by this instance of the Windows PowerShell runtime. |
|
Events | Gets the event manager used by the runtime. The event manager is used to subscribe to and receive events handled by Windows PowerShell. This property is introduced in Windows PowerShell 2.0. |
|
InvokeProvider | Gets access to provider information such as item, child item, content, properties, and security descriptor information. |
|
SessionState | Gets access to session state information, such as drive, path, and variable information. |
|
InvokeCommand | Gets access to the command methods that can be used to expand strings, invoke scripts, and create new script blocks. |
(see also Protected Methods)
Top
| Name | Description | |
|---|---|---|
![]() | ToString | (Inherited from Object) |
![]() | Equals | (Inherited from Object) |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetType | (Inherited from Object) |
| Name | Description | |
|---|---|---|
|
Finalize | (Inherited from Object) |
|
MemberwiseClone | (Inherited from Object) |
Reference
EngineIntrinsics ClassSystem.Management.Automation Namespace
Other Resources
Windows PowerShell SDKSend comments about this topic to Microsoft.
