ModuleBuilder.SetSymCustomAttribute(String, Byte[]) Método

Definición

Este método no hace nada.

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

Parámetros

name
String

Nombre del atributo personalizado.

data
Byte[]

Objeto binario grande opaco (BLOB) de bytes que representa el valor del atributo personalizado.

Comentarios

Este método no hace nada.

Se aplica a