Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MemberDefinition Class

Definition

Namespace:
Microsoft.PowerShell.Commands
Assembly:
Microsoft.PowerShell.Commands.Utility.dll
Package:
Microsoft.PowerShell.5.1.ReferenceAssemblies v1.0.0
Package:
Microsoft.PowerShell.Commands.Utility v7.4.15
Package:
Microsoft.PowerShell.Commands.Utility v7.5.6
Package:
Microsoft.PowerShell.Commands.Utility v7.6.1

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.

Class with member information that this cmdlet writes to the pipeline.

public ref class MemberDefinition
[Windows::Foundation::Metadata::WebHostHidden]
class MemberDefinition
public class MemberDefinition
type MemberDefinition = class
Public Class MemberDefinition
Inheritance
MemberDefinition

Constructors

Name Description
MemberDefinition(String, String, PSMemberTypes, String)

Initializes a new instance of the MemberDefinition class.

Properties

Name Description
Definition

Member definition.

MemberType

Member type.

Name

Member name.

TypeName

Type name.

Methods

Name Description
ToString()

Returns the member definition.

Applies to