Bagikan melalui


GenericTypeParameterBuilder.SetCustomAttribute Metode

Definisi

Mengatur atribut kustom.

Overload

SetCustomAttribute(CustomAttributeBuilder)

Atur atribut kustom menggunakan penyusun atribut kustom.

SetCustomAttribute(ConstructorInfo, Byte[])

Mengatur atribut kustom menggunakan blob atribut kustom tertentu.

SetCustomAttribute(CustomAttributeBuilder)

Sumber:
GenericTypeParameterBuilder.cs
Sumber:
GenericTypeParameterBuilder.cs
Sumber:
GenericTypeParameterBuilder.cs

Atur atribut kustom menggunakan penyusun atribut kustom.

public:
 void SetCustomAttribute(System::Reflection::Emit::CustomAttributeBuilder ^ customBuilder);
public void SetCustomAttribute (System.Reflection.Emit.CustomAttributeBuilder customBuilder);
member this.SetCustomAttribute : System.Reflection.Emit.CustomAttributeBuilder -> unit
Public Sub SetCustomAttribute (customBuilder As CustomAttributeBuilder)

Parameter

customBuilder
CustomAttributeBuilder

Instans kelas pembantu yang menentukan atribut kustom.

Pengecualian

customBuilderadalah null.

Berlaku untuk

SetCustomAttribute(ConstructorInfo, Byte[])

Sumber:
GenericTypeParameterBuilder.cs
Sumber:
GenericTypeParameterBuilder.cs
Sumber:
GenericTypeParameterBuilder.cs

Mengatur atribut kustom menggunakan blob atribut kustom tertentu.

public:
 void SetCustomAttribute(System::Reflection::ConstructorInfo ^ con, cli::array <System::Byte> ^ binaryAttribute);
public void SetCustomAttribute (System.Reflection.ConstructorInfo con, byte[] binaryAttribute);
member this.SetCustomAttribute : System.Reflection.ConstructorInfo * byte[] -> unit
Public Sub SetCustomAttribute (con As ConstructorInfo, binaryAttribute As Byte())

Parameter

con
ConstructorInfo

Konstruktor untuk atribut kustom.

binaryAttribute
Byte[]

Blob byte yang mewakili atribut .

Pengecualian

conadalah null.

-atau-

binaryAttribute adalah referensi null.

Keterangan

Untuk informasi tentang cara memformat binaryAttribute, lihat spesifikasi metadata di Partisi II spesifikasi Common Language Infrastructure (CLI).

Berlaku untuk