DynamicInterfaceCastableImplementationAttribute Clase

Definición

Atributo requerido por cualquier tipo que GetInterfaceImplementation(RuntimeTypeHandle) devuelva.

public ref class DynamicInterfaceCastableImplementationAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Interface, AllowMultiple=false, Inherited=false)]
public sealed class DynamicInterfaceCastableImplementationAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Interface, AllowMultiple=false, Inherited=false)>]
type DynamicInterfaceCastableImplementationAttribute = class
    inherit Attribute
Public NotInheritable Class DynamicInterfaceCastableImplementationAttribute
Inherits Attribute
Herencia
DynamicInterfaceCastableImplementationAttribute
Atributos

Comentarios

Este atributo se usa para aplicar la directiva en tiempo de ejecución y hacer IDynamicInterfaceCastable que los escenarios sean descriptivos.

Constructores

DynamicInterfaceCastableImplementationAttribute()

Constructor de instancia.

Propiedades

TypeId

Cuando se implementa en una clase derivada, obtiene un identificador único para este Attribute.

(Heredado de Attribute)

Métodos

Equals(Object)

Devuelve un valor que indica si esta instancia es igual que un objeto especificado.

(Heredado de Attribute)
GetHashCode()

Devuelve el código hash de esta instancia.

(Heredado de Attribute)
GetType()

Obtiene el Type de la instancia actual.

(Heredado de Object)
IsDefaultAttribute()

Si se reemplaza en una clase derivada, indica si el valor de esta instancia es el valor predeterminado de la clase derivada.

(Heredado de Attribute)
Match(Object)

Cuando se invalida en una clase derivada, devuelve un valor que indica si esta instancia es igual a un objeto especificado.

(Heredado de Attribute)
MemberwiseClone()

Crea una copia superficial del Object actual.

(Heredado de Object)
ToString()

Devuelve una cadena que representa el objeto actual.

(Heredado de Object)

Se aplica a