PSParameterizedProperty
Class
Definition
Used to access parameterized properties from the BaseObject
public class PSParameterizedProperty : System.Management.Automation.PSMethodInfo
- Inheritance
Inherited Members
System.Management.Automation.PSMemberInfo
System.Management.Automation.PSMethodInfo
Remarks
It is permitted to subclass PSParameterizedProperty but there is no established scenario for doing this, nor has it been tested.
Properties
| IsGettable |
Gets true if this property can be read |
| IsSettable |
Gets true if this property can be set |
| MemberType |
Gets the member type |
| OverloadDefinitions |
Returns a collection of the definitions for this property |
| TypeNameOfValue |
Gets the type of the value for this member. |
Methods
| Copy() |
returns a new PSMemberInfo that is a copy of this PSMemberInfo |
| Invoke(Object[]) |
Invokes the getter method and returns its result |
| InvokeSet(Object, Object[]) |
Invokes the setter method |
| ToString() |
Returns the string representation of this member |