ModuleBuilder.IsDefined(Type, Boolean) メソッド

定義

指定された属性型がこのモジュールに適用されているかどうかを示す値を返します。

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

パラメーター

attributeType
Type

テストするカスタム属性の型。

inherit
Boolean

この型のオブジェクトでは、この引数は無視されます。

戻り値

このモジュールに attributeType のインスタンスが 1 つ以上適用されている場合は true。それ以外の場合は false

例外

attributeTypenullです。

attributeTypeは、ランタイムによって提供された Type オブジェクトではありません。 たとえば、attributeTypeTypeBuilder オブジェクトです。

適用対象