PSMethodInfo
Class
Definition
Serves as a base class for all members that behave like methods.
public abstract class PSMethodInfo : System.Management.Automation.PSMemberInfo
- Inheritance
- Derived
Inherited Members
System.Management.Automation.PSMemberInfo
Constructors
| PSMethodInfo() |
Initializes a new instance of a class derived from PSMethodInfo. |
Properties
| OverloadDefinitions |
Gets a list of all the overloads for this method |
| Value |
Gets the value of this member. The getter returns the PSMethodInfo itself. |
Methods
| Invoke(Object[]) |
Invokes the appropriate method overload for the given arguments and returns its result. |