BlobEncoder.CustomAttributeSignature Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
| Name | Description |
|---|---|
| CustomAttributeSignature(Action<FixedArgumentsEncoder>, Action<CustomAttributeNamedArgumentsEncoder>) |
Kodar signaturblob för anpassade attribut. |
| CustomAttributeSignature(FixedArgumentsEncoder, CustomAttributeNamedArgumentsEncoder) |
Kodar signaturblob för anpassade attribut. Returnerar ett par kodare som måste användas i den ordning de visas i parameterlistan. |
CustomAttributeSignature(Action<FixedArgumentsEncoder>, Action<CustomAttributeNamedArgumentsEncoder>)
- Källa:
- BlobEncoders.cs
- Källa:
- BlobEncoders.cs
- Källa:
- BlobEncoders.cs
- Källa:
- BlobEncoders.cs
- Källa:
- BlobEncoders.cs
- Källa:
- BlobEncoders.cs
- Källa:
- BlobEncoders.cs
Kodar signaturblob för anpassade attribut.
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))
Parametrar
- fixedArguments
- Action<FixedArgumentsEncoder>
Anropas först för att koda fasta argument.
- namedArguments
- Action<CustomAttributeNamedArgumentsEncoder>
Anropad second för att koda namngivna argument.
Undantag
fixedArguments eller namedArguments är null.
Gäller för
CustomAttributeSignature(FixedArgumentsEncoder, CustomAttributeNamedArgumentsEncoder)
- Källa:
- BlobEncoders.cs
- Källa:
- BlobEncoders.cs
- Källa:
- BlobEncoders.cs
- Källa:
- BlobEncoders.cs
- Källa:
- BlobEncoders.cs
- Källa:
- BlobEncoders.cs
- Källa:
- BlobEncoders.cs
Kodar signaturblob för anpassade attribut. Returnerar ett par kodare som måste användas i den ordning de visas i parameterlistan.
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)
Parametrar
- fixedArguments
- FixedArgumentsEncoder
Använd först för att koda fasta argument.
- namedArguments
- CustomAttributeNamedArgumentsEncoder
Använd den andra för att koda namngivna argument.