AssemblyBuilder.IsDefined(Type, Boolean) Metodo

Definizione

Restituisce un valore che indica se una o più istanze del tipo di attributo specificato vengono applicate a questo membro.

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

Parametri

attributeType
Type

Tipo di attributo da testare.

inherit
Boolean

Questo argomento viene ignorato per gli oggetti di questo tipo.

Valori restituiti

true se una o più istanze di attributeType vengono applicate a questo assembly dinamico; in caso contrario, false.

Si applica a