This topic has not yet been rated - Rate this topic

EngineIntrinsics Members

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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
public property Host Gets access to the host being used by this instance of the Windows PowerShell runtime.
public property 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.
public property InvokeProvider Gets access to provider information such as item, child item, content, properties, and security descriptor information.
public property SessionState Gets access to session state information, such as drive, path, and variable information.
public property InvokeCommand Gets access to the command methods that can be used to expand strings, invoke scripts, and create new script blocks.
Top
(see also Protected Methods)
 NameDescription
public methodToString  (Inherited from Object)
public methodEquals  (Inherited from Object)
public methodGetHashCode  (Inherited from Object)
public methodGetType  (Inherited from Object)
Top
  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

Send comments about this topic to Microsoft.
Did you find this helpful?
(1500 characters remaining)