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

Definição

Este método não faz 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

O nome do atributo personalizado.

data
Byte[]

Um objeto binário grande opaco (BLOB) de bytes que representa o valor do atributo personalizado.

Observações

Este método não faz nada.

Aplica-se a