Share via


BlobEncoder.CustomAttributeSignature Metode

Definisi

Overload

CustomAttributeSignature(Action<FixedArgumentsEncoder>, Action<CustomAttributeNamedArgumentsEncoder>)

Mengodekan blob tanda tangan atribut kustom.

CustomAttributeSignature(FixedArgumentsEncoder, CustomAttributeNamedArgumentsEncoder)

Mengodekan blob tanda tangan atribut kustom. Mengembalikan sepasang encoder yang harus digunakan dalam urutan muncul dalam daftar parameter.

CustomAttributeSignature(Action<FixedArgumentsEncoder>, Action<CustomAttributeNamedArgumentsEncoder>)

Sumber:
BlobEncoders.cs
Sumber:
BlobEncoders.cs
Sumber:
BlobEncoders.cs

Mengodekan blob tanda tangan atribut kustom.

public:
 void CustomAttributeSignature(Action<System::Reflection::Metadata::Ecma335::FixedArgumentsEncoder> ^ fixedArguments, Action<System::Reflection::Metadata::Ecma335::CustomAttributeNamedArgumentsEncoder> ^ namedArguments);
public void CustomAttributeSignature (Action<System.Reflection.Metadata.Ecma335.FixedArgumentsEncoder> fixedArguments, Action<System.Reflection.Metadata.Ecma335.CustomAttributeNamedArgumentsEncoder> namedArguments);
member this.CustomAttributeSignature : Action<System.Reflection.Metadata.Ecma335.FixedArgumentsEncoder> * Action<System.Reflection.Metadata.Ecma335.CustomAttributeNamedArgumentsEncoder> -> unit
Public Sub CustomAttributeSignature (fixedArguments As Action(Of FixedArgumentsEncoder), namedArguments As Action(Of CustomAttributeNamedArgumentsEncoder))

Parameter

fixedArguments
Action<FixedArgumentsEncoder>

Dipanggil terlebih dahulu, untuk mengodekan argumen tetap.

namedArguments
Action<CustomAttributeNamedArgumentsEncoder>

Dipanggil kedua, untuk mengodekan argumen bernama.

Pengecualian

fixedArguments atau namedArguments adalah null.

Berlaku untuk

CustomAttributeSignature(FixedArgumentsEncoder, CustomAttributeNamedArgumentsEncoder)

Sumber:
BlobEncoders.cs
Sumber:
BlobEncoders.cs
Sumber:
BlobEncoders.cs

Mengodekan blob tanda tangan atribut kustom. Mengembalikan sepasang encoder yang harus digunakan dalam urutan muncul dalam daftar parameter.

public:
 void CustomAttributeSignature([Runtime::InteropServices::Out] System::Reflection::Metadata::Ecma335::FixedArgumentsEncoder % fixedArguments, [Runtime::InteropServices::Out] System::Reflection::Metadata::Ecma335::CustomAttributeNamedArgumentsEncoder % namedArguments);
public void CustomAttributeSignature (out System.Reflection.Metadata.Ecma335.FixedArgumentsEncoder fixedArguments, out System.Reflection.Metadata.Ecma335.CustomAttributeNamedArgumentsEncoder namedArguments);
member this.CustomAttributeSignature : FixedArgumentsEncoder * CustomAttributeNamedArgumentsEncoder -> unit
Public Sub CustomAttributeSignature (ByRef fixedArguments As FixedArgumentsEncoder, ByRef namedArguments As CustomAttributeNamedArgumentsEncoder)

Parameter

fixedArguments
FixedArgumentsEncoder

Gunakan terlebih dahulu, untuk mengodekan argumen tetap.

namedArguments
CustomAttributeNamedArgumentsEncoder

Gunakan yang kedua, untuk mengodekan argumen bernama.

Berlaku untuk