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),由位元組組成,代表自訂屬性的值。

備註

這種方法沒什麼用。

適用於