Dela via


ParameterIdentity Members

Include Protected Members
Include Inherited Members

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

An identity of a parameter within a method or a constructor invocation.

The ParameterIdentity type exposes the following members.

Constructors

 

Name

Description

Public method

ParameterIdentity

Initializes a new instance of the ParameterIdentity class.

Top

Methods

 

Name

Description

Public method

Equals

(Overrides IdentityWrapper<T>.Equals(Object).)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public methodStatic member

ForParameter

Returns an instance of ParameterIdentity for the specified parameter order.

Public method

GetHashCode

(Overrides IdentityWrapper<T>.GetHashCode().)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Public methodStatic member

IsParameterIdentity

Returns a value indicating whether the specified identity is a parameter identity.

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

ToString

Returns a string that represents the current object. (Inherited from IdentityWrapper<T>.)

Top

Properties

 

Name

Description

Public property

Order

Gets the order of the parameter.

Public property

SimpleName

Gets a simple name for the identity. (Inherited from Identity.)

Protected property

Value

Gets the value for descendants. (Inherited from IdentityWrapper<T>.)

Top

See Also

Reference

ParameterIdentity Class

Microsoft.Windows.Design.Documents.Identities Namespace