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

定義

COM オブジェクトに、IsDefined(Type, Boolean) メソッドへのバージョンに依存しないアクセスが用意されています。

public:
 bool IsDefined(Type ^ attributeType, bool inherit);
public bool IsDefined (Type attributeType, bool inherit);
abstract member IsDefined : Type * bool -> bool
Public Function IsDefined (attributeType As Type, inherit As Boolean) As Boolean

パラメーター

attributeType
Type

このアセンブリで確認するカスタム属性の Type

inherit
Boolean

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

戻り値

指定された Type で識別されるカスタム属性が定義されている場合は true。それ以外の場合は false

注釈

このメソッドは、アンマネージ コードからマネージド クラスにアクセスするためのメソッドであり、マネージド コードから呼び出さないでください。

メソッドは IsDefined 、指定された Type によって識別されるカスタム属性が定義されているかどうかを示します。

適用対象

こちらもご覧ください