PSEventManager Methods
(see also
Protected Methods
)
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object) |
![]() | GenerateEvent | Raises an event in the current runspace. This method is introduced in Windows PowerShell 2.0. |
![]() | GetEventSubscribers | When overridden in a derived class, retrieves the objects that catch an event when it is raised. This method is introduced in Windows PowerShell 2.0. |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetType | (Inherited from Object) |
![]() | SubscribeEvent | Overloaded. Creates a subscriber to an event. This method is introduced in Windows PowerShell 2.0. |
![]() | ToString | (Inherited from Object) |
![]() | UnsubscribeEvent | When overridden in a derived class, removes a subscriber from the list of objects that subscribe to the event. This method is introduced in Windows PowerShell 2.0. |
| Name | Description | |
|---|---|---|
|
CreateEvent | When overridden in a derived class, creates a Windows PowerShell event. |
|
Finalize | (Inherited from Object) |
|
GetNextEventId | Generates a sequential event identifier. |
|
MemberwiseClone | (Inherited from Object) |
|
ProcessNewEvent | Overloaded. Processes new events that have either been generated by this instance or forwarded to it. |
Reference
PSEventManager ClassSystem.Management.Automation Namespace
PSCmdlet.Events Property
System.Management.Automation.RemoteRunspace.Events
Runspace.Events
EngineIntrinsics.Events Property
Other Resources
Windows PowerShell SDKSend comments about this topic to Microsoft.
