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),表示自定义特性的值。

例外

urlnull

注解

此方法不执行任何操作。

注意

从 .NET Framework 2.0 Service Pack 1 开始,此成员不再需要ReflectionPermission带有 ReflectionPermissionFlag.ReflectionEmit 标志。 (请参阅 Reflection Emit.) 中的安全问题若要使用此功能,应用程序应面向 .NET Framework 3.5 或更高版本。

适用于