ModuleBuilder.SetSymCustomAttribute(String, Byte[]) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這種方法沒什麼用。
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),由位元組組成,代表自訂屬性的值。
備註
這種方法沒什麼用。