RuntimeDelegateArgument Classe

Definição

Descreve as características de a DelegateArgument ao tempo de execução.

public ref class RuntimeDelegateArgument sealed
public sealed class RuntimeDelegateArgument
type RuntimeDelegateArgument = class
Public NotInheritable Class RuntimeDelegateArgument
Herança
RuntimeDelegateArgument

Construtores

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

Inicializa uma nova instância da RuntimeDelegateArgument classe usando o nome especificado, tipo de dado, direção do argumento e DelegateArgument.

Propriedades

Name Description
BoundArgument

Obtém-se o DelegateArgument que é representado por isto RuntimeDelegateArgument.

Direction

Obtém a direção do fluxo de dados através do RuntimeDelegateArgument.

Name

Recebe o nome do RuntimeDelegateArgument.

Type

Obtém o tipo de dados do RuntimeDelegateArgument.

Métodos

Name Description
Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.

(Herdado de Object)
GetHashCode()

Serve como função de hash predefinida.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do atual Object.

(Herdado de Object)
ToString()

Devolve uma cadeia que representa o objeto atual.

(Herdado de Object)

Aplica-se a