EventBuilder.SetCustomAttribute Metodo

Definizione

Imposta gli attributi per l'oggetto EventBuilder.

Overload

SetCustomAttribute(CustomAttributeBuilder)

Imposta un attributo personalizzato usando un generatore di attributi personalizzati.

SetCustomAttribute(ConstructorInfo, Byte[])

Imposta un attributo personalizzato usando un BLOB di attributi personalizzati specificato.

SetCustomAttribute(CustomAttributeBuilder)

Origine:
EventBuilder.cs
Origine:
EventBuilder.cs
Origine:
EventBuilder.cs

Imposta un attributo personalizzato usando un generatore di attributi personalizzati.

public void SetCustomAttribute (System.Reflection.Emit.CustomAttributeBuilder customBuilder);

Parametri

customBuilder
CustomAttributeBuilder

Un'istanza di una classe helper per descrivere l'attributo personalizzato.

Eccezioni

con è null.

Il metodo CreateType() è stato chiamato sul tipo di inclusione.

Si applica a

.NET 9 e altre versioni
Prodotto Versioni
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided), 2.1

SetCustomAttribute(ConstructorInfo, Byte[])

Origine:
EventBuilder.cs
Origine:
EventBuilder.cs
Origine:
EventBuilder.cs

Imposta un attributo personalizzato usando un BLOB di attributi personalizzati specificato.

public void SetCustomAttribute (System.Reflection.ConstructorInfo con, byte[] binaryAttribute);
[System.Runtime.InteropServices.ComVisible(true)]
public void SetCustomAttribute (System.Reflection.ConstructorInfo con, byte[] binaryAttribute);

Parametri

con
ConstructorInfo

Costruttore dell'attributo personalizzato.

binaryAttribute
Byte[]

BLOB di byte che rappresenta gli attributi.

Attributi

Eccezioni

con o binaryAttribute è null.

Il metodo CreateType() è stato chiamato sul tipo di inclusione.

Commenti

Per informazioni su come formattare binaryAttribute, vedere la specifica dei metadati nella partizione II della specifica Common Language Infrastructure (CLI).

Si applica a

.NET 9 e altre versioni
Prodotto Versioni
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided), 2.1