ParameterBuilder.SetCustomAttribute Yöntem

Tanım

Özel bir öznitelik ayarlar.

Aşırı Yüklemeler

SetCustomAttribute(CustomAttributeBuilder)

Özel öznitelik oluşturucu kullanarak özel bir öznitelik ayarlayın.

SetCustomAttribute(ConstructorInfo, Byte[])

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

SetCustomAttribute(CustomAttributeBuilder)

Kaynak:
ParameterBuilder.cs
Kaynak:
ParameterBuilder.cs
Kaynak:
ParameterBuilder.cs

Özel öznitelik oluşturucu kullanarak özel bir öznitelik ayarlayın.

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 tanımlamak için bir yardımcı sınıfı örneği.

Özel durumlar

con, null değeridir.

Şunlara uygulanır

SetCustomAttribute(ConstructorInfo, Byte[])

Kaynak:
ParameterBuilder.cs
Kaynak:
ParameterBuilder.cs
Kaynak:
ParameterBuilder.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.

Açıklamalar

biçimlendirme binaryAttributehakkında bilgi için Bkz. Common Language Infrastructure (CLI) belirtiminin Bölüm II'sindeki meta veri belirtimi.

Şunlara uygulanır