EventBuilder.SetCustomAttribute Yöntem

Tanım

Bu EventBuilder için özel öznitelikleri ayarlar.

Aşırı Yüklemeler

SetCustomAttribute(CustomAttributeBuilder)

Özel öznitelik oluşturucu kullanarak özel bir öznitelik ayarlar.

SetCustomAttribute(ConstructorInfo, Byte[])

Belirtilen özel öznitelik blobu kullanarak özel bir öznitelik ayarlayın.

SetCustomAttribute(CustomAttributeBuilder)

Kaynak:
EventBuilder.cs
Kaynak:
EventBuilder.cs
Kaynak:
EventBuilder.cs

Özel öznitelik oluşturucu kullanarak özel bir öznitelik ayarlar.

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)

Parametreler

customBuilder
CustomAttributeBuilder

Özel özniteliği açıklamak için bir yardımcı sınıfı örneği.

Özel durumlar

con, null değeridir.

CreateType() kapsayan türde çağrıldı.

Şunlara uygulanır

SetCustomAttribute(ConstructorInfo, Byte[])

Kaynak:
EventBuilder.cs
Kaynak:
EventBuilder.cs
Kaynak:
EventBuilder.cs

Belirtilen özel öznitelik blobu kullanarak özel bir öznitelik ayarlayın.

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

Parametreler

con
ConstructorInfo

Özel özniteliğin oluşturucusunun.

binaryAttribute
Byte[]

Öznitelikleri temsil eden bayt blobu.

Öznitelikler

Özel durumlar

con veya binaryAttribute şeklindedir null.

CreateType() kapsayan türde çağrıldı.

Açıklamalar

biçimlendirme binaryAttributehakkında bilgi için Ortak Dil Altyapısı (CLI) belirtiminin Bölüm II'deki meta veri belirtimine bakın.

Şunlara uygulanır