PSDynamicMember Class

Definition

A dynamic member.

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

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
Name

Gets the member name.

(Inherited from PSMemberInfo)
TypeNameOfValue
Value

Methods

Copy()
SetMemberName(String)

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

(Inherited from PSMemberInfo)
ToString()

Applies to