AssemblyBuilder.IsDefined(Type, Boolean) Metoda

Definice

Vrátí hodnotu, která označuje, zda je u tohoto člena použita jedna nebo více instancí zadaného typu atributu.

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

Parametry

attributeType
Type

Typ atributu, který chcete testovat.

inherit
Boolean

Tento argument je ignorován pro objekty tohoto typu.

Návraty

true pokud je u tohoto dynamického attributeType sestavení použita jedna nebo více instancí , jinak false.

Platí pro