RuntimeDelegateArgument Clase

Definición

Describe las características de en DelegateArgument tiempo de ejecución.

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

Constructores

Nombre Description
RuntimeDelegateArgument(String, Type, ArgumentDirection, DelegateArgument)

Inicializa una nueva instancia de la RuntimeDelegateArgument clase utilizando el nombre, el tipo de datos, la dirección del argumento y DelegateArgument.

Propiedades

Nombre Description
BoundArgument

Obtiene el DelegateArgument objeto representado por este RuntimeDelegateArgumentobjeto .

Direction

Obtiene la dirección del flujo de datos a través de RuntimeDelegateArgument.

Name

Obtiene el nombre de .RuntimeDelegateArgument

Type

Obtiene el tipo de datos de RuntimeDelegateArgument.

Métodos

Nombre Description
Equals(Object)

Determina si el objeto especificado es igual al objeto actual.

(Heredado de Object)
GetHashCode()

Actúa como función hash predeterminada.

(Heredado de Object)
GetType()

Obtiene el Type de la instancia actual.

(Heredado de Object)
MemberwiseClone()

Crea una copia superficial del Objectactual.

(Heredado de Object)
ToString()

Devuelve una cadena que representa el objeto actual.

(Heredado de Object)

Se aplica a