RuntimeDelegateArgument Class

Definition

Describes the characteristics of a DelegateArgument to the runtime.

public ref class RuntimeDelegateArgument sealed
public sealed class RuntimeDelegateArgument
type RuntimeDelegateArgument = class
Public NotInheritable Class RuntimeDelegateArgument
Inheritance
RuntimeDelegateArgument

Constructors

RuntimeDelegateArgument(String, Type, ArgumentDirection, DelegateArgument)

Initializes a new instance of the RuntimeDelegateArgument class using the specified name, data type, argument direction, and DelegateArgument.

Properties

BoundArgument

Gets the DelegateArgument that is represented by this RuntimeDelegateArgument.

Direction

Gets the direction of data flow through the RuntimeDelegateArgument.

Name

Gets the name of the RuntimeDelegateArgument.

Type

Gets the data type of the RuntimeDelegateArgument.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to