BlobEncoder.CustomAttributeSignature Metoda

Definicja

Przeciążenia

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

Koduje obiekt blob sygnatury atrybutu niestandardowego.

CustomAttributeSignature(FixedArgumentsEncoder, CustomAttributeNamedArgumentsEncoder)

Koduje obiekt blob sygnatury atrybutu niestandardowego. Zwraca parę koderów, które muszą być używane w kolejności, w której są wyświetlane na liście parametrów.

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

Źródło:
BlobEncoders.cs
Źródło:
BlobEncoders.cs
Źródło:
BlobEncoders.cs

Koduje obiekt blob sygnatury atrybutu niestandardowego.

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>

Najpierw wywołano metodę , aby zakodować stałe argumenty.

namedArguments
Action<CustomAttributeNamedArgumentsEncoder>

Wywoływana jest druga, aby zakodować nazwane argumenty.

Wyjątki

fixedArguments lub namedArguments ma wartość null.

Dotyczy

CustomAttributeSignature(FixedArgumentsEncoder, CustomAttributeNamedArgumentsEncoder)

Źródło:
BlobEncoders.cs
Źródło:
BlobEncoders.cs
Źródło:
BlobEncoders.cs

Koduje obiekt blob sygnatury atrybutu niestandardowego. Zwraca parę koderów, które muszą być używane w kolejności, w której są wyświetlane na liście parametrów.

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

Użyj najpierw, aby zakodować stałe argumenty.

namedArguments
CustomAttributeNamedArgumentsEncoder

Użyj drugiej, aby zakodować nazwane argumenty.

Dotyczy