PSMethod Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used to access the adapted or base methods from the BaseObject.
public ref class PSMethod : System::Management::Automation::PSMethodInfo
public class PSMethod : System.Management.Automation.PSMethodInfo
type PSMethod = class
inherit PSMethodInfo
Public Class PSMethod
Inherits PSMethodInfo
- 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) |
OverloadDefinitions |
Gets a list of all the overloads for this method. |
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 PSMethodInfo itself. (Inherited from PSMethodInfo) |
Methods
Copy() |
Returns a new PSMemberInfo that is a copy of this PSMemberInfo. |
Invoke(Object[]) |
Invokes the appropriate method overload for the given arguments and returns its result. |
SetMemberName(String) |
Allows a derived class to set the member name... (Inherited from PSMemberInfo) |
ToString() |
Returns the string representation of this member. |