PSEvent Class

Definition

Used to access the adapted or base events from the BaseObject.

public ref class PSEvent : System::Management::Automation::PSMemberInfo
public class PSEvent : System.Management.Automation.PSMemberInfo
type PSEvent = class
    inherit PSMemberInfo
Public Class PSEvent
Inherits PSMemberInfo
Inheritance

Remarks

It is permitted to subclass PSMethod but there is no established scenario for doing this, nor has it been tested.

Properties

IsInstance

True if this member has been added to the instance as opposed to coming from the adapter or from type data.

(Inherited from PSMemberInfo)
MemberType

Gets the member type.

Name

Gets the member name.

(Inherited from PSMemberInfo)
TypeNameOfValue

Gets the type of the value for this member. This always returns typeof(PSMethod).FullName.

Value

Gets the value of this member. The getter returns the actual .NET event that this type wraps.

Methods

Copy()

Returns a new PSMemberInfo that is a copy of this PSMemberInfo.

SetMemberName(String)

Allows a derived class to set the member name...

(Inherited from PSMemberInfo)
ToString()

Returns the string representation of this member.

Applies to