ParameterBuilder.SetCustomAttribute メソッド
カスタム属性を設定します。
オーバーロードの一覧
カスタム属性ビルダを使用して、カスタム属性を設定します。
[Visual Basic] Overloads Public Sub SetCustomAttribute(CustomAttributeBuilder)
[C#] public void SetCustomAttribute(CustomAttributeBuilder);
[C++] public: void SetCustomAttribute(CustomAttributeBuilder*);
[JScript] public function SetCustomAttribute(CustomAttributeBuilder);
指定されたカスタム属性 BLOB を使用して、カスタム属性を設定します。
[Visual Basic] Overloads Public Sub SetCustomAttribute(ConstructorInfo, Byte())
[C#] public void SetCustomAttribute(ConstructorInfo, byte[]);
[C++] public: void SetCustomAttribute(ConstructorInfo*, unsigned char __gc[]);
[JScript] public function SetCustomAttribute(ConstructorInfo, Byte[]);
参照
ParameterBuilder クラス | ParameterBuilder メンバ | System.Reflection.Emit 名前空間