ModuleBuilder.SetSymCustomAttribute(String, Byte[]) Metodo

Definizione

Questo metodo non esegue alcuna operazione.

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

Parametri

name
String

Nome dell'attributo personalizzato.

data
Byte[]

Oggetto BLOB (Binary Large Object) opaco di byte che rappresenta il valore dell'attributo personalizzato.

Commenti

Questo metodo non esegue alcuna operazione.

Si applica a