AssemblyBuilder.IsDefined(Type, Boolean) Método

Definición

Devuelve un valor que indica si se aplica a este miembro una o más instancias del tipo de atributo especificado.

public:
 override bool IsDefined(Type ^ attributeType, bool inherit);
public override bool IsDefined (Type attributeType, bool inherit);
override this.IsDefined : Type * bool -> bool
Public Overrides Function IsDefined (attributeType As Type, inherit As Boolean) As Boolean

Parámetros

attributeType
Type

Tipo de atributo que se va a probar.

inherit
Boolean

Se omite este argumento para los objetos de este tipo.

Devoluciones

true si una o más instancias de attributeType se aplican a este ensamblado dinámico; en caso contrario, false.

Se aplica a