TypeBuilder.SetCustomAttributeCore Metoda

Definicja

Po przesłonięciu w klasie pochodnej ustawia atrybut niestandardowy w tym zestawie.

protected:
 abstract void SetCustomAttributeCore(System::Reflection::ConstructorInfo ^ con, ReadOnlySpan<System::Byte> binaryAttribute);
protected abstract void SetCustomAttributeCore (System.Reflection.ConstructorInfo con, ReadOnlySpan<byte> binaryAttribute);
abstract member SetCustomAttributeCore : System.Reflection.ConstructorInfo * ReadOnlySpan<byte> -> unit
Protected MustOverride Sub SetCustomAttributeCore (con As ConstructorInfo, binaryAttribute As ReadOnlySpan(Of Byte))

Parametry

con
ConstructorInfo

Konstruktor atrybutu niestandardowego.

binaryAttribute
ReadOnlySpan<Byte>

Liczba ReadOnlySpan<T> bajtów reprezentujących atrybut.

Dotyczy