ModuleBuilder.SetSymCustomAttribute(String, Byte[]) メソッド

定義

このメソッドは何も行いません。

public:
 void SetSymCustomAttribute(System::String ^ name, cli::array <System::Byte> ^ data);
public void SetSymCustomAttribute(string name, byte[] data);
member this.SetSymCustomAttribute : string * byte[] -> unit
Public Sub SetSymCustomAttribute (name As String, data As Byte())

パラメーター

name
String

カスタム属性の名前。

data
Byte[]

カスタム属性の値を表すバイトの不透明なバイナリ ラージ オブジェクト (BLOB)。

注釈

このメソッドは何も行いません。

適用対象