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)。

注解

此方法不执行任何操作。

适用于