GetPSEventSubscriberCommand Class
Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Utility (in microsoft.powershell.commands.utility.dll)
Usage
Syntax
'Declaration
<CmdletAttribute("Get", "PSEventSubscriber")> _
Public Class GetPSEventSubscriberCommand
Inherits PSCmdlet
[CmdletAttribute("Get", "PSEventSubscriber")]
public class GetPSEventSubscriberCommand : PSCmdlet
[CmdletAttribute(L"Get", L"PSEventSubscriber")]
public ref class GetPSEventSubscriberCommand : public PSCmdlet
/** @attribute CmdletAttribute("Get", "PSEventSubscriber") */
public class GetPSEventSubscriberCommand extends PSCmdlet
CmdletAttribute("Get", "PSEventSubscriber")
public class GetPSEventSubscriberCommand extends PSCmdlet
Inheritance Hierarchy
System.Object
System.Management.Automation.Internal.InternalCommand
System.Management.Automation.Cmdlet
System.Management.Automation.PSCmdlet
Microsoft.PowerShell.Commands.GetPSEventSubscriberCommand
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP
Target Platforms
Windows Server 2008, Windows Server 2003, Windows Vista, Windows XP
See Also
Reference
GetPSEventSubscriberCommand Members
Microsoft.PowerShell.Commands Namespace