BlobEncoder.CustomAttributeSignature Metoda

Definice

Přetížení

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

Kóduje objekt blob podpisu vlastního atributu.

CustomAttributeSignature(FixedArgumentsEncoder, CustomAttributeNamedArgumentsEncoder)

Kóduje objekt blob podpisu vlastního atributu. Vrátí dvojici kodérů, které musí být použity v pořadí, v jakém jsou uvedeny v seznamu parametrů.

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

Zdroj:
BlobEncoders.cs
Zdroj:
BlobEncoders.cs
Zdroj:
BlobEncoders.cs

Kóduje objekt blob podpisu vlastního atributu.

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))

Parametry

fixedArguments
Action<FixedArgumentsEncoder>

Nejprve volána pro kódování pevných argumentů.

namedArguments
Action<CustomAttributeNamedArgumentsEncoder>

Volá se jako druhý pro kódování pojmenovaných argumentů.

Výjimky

fixedArguments nebo namedArguments je null.

Platí pro

CustomAttributeSignature(FixedArgumentsEncoder, CustomAttributeNamedArgumentsEncoder)

Zdroj:
BlobEncoders.cs
Zdroj:
BlobEncoders.cs
Zdroj:
BlobEncoders.cs

Kóduje objekt blob podpisu vlastního atributu. Vrátí dvojici kodérů, které musí být použity v pořadí, v jakém jsou uvedeny v seznamu parametrů.

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)

Parametry

fixedArguments
FixedArgumentsEncoder

Nejprve použijte ke kódování pevných argumentů.

namedArguments
CustomAttributeNamedArgumentsEncoder

Pomocí sekundy zakódujte pojmenované argumenty.

Platí pro