BlobEncoder.CustomAttributeSignature Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
CustomAttributeSignature(Action<FixedArgumentsEncoder>, Action<CustomAttributeNamedArgumentsEncoder>) |
Özel öznitelik imza blobu kodlar. |
CustomAttributeSignature(FixedArgumentsEncoder, CustomAttributeNamedArgumentsEncoder) |
Özel öznitelik imza blobu kodlar. Parametre listesinde göründükleri sırayla kullanılması gereken bir kodlayıcı çifti döndürür. |
CustomAttributeSignature(Action<FixedArgumentsEncoder>, Action<CustomAttributeNamedArgumentsEncoder>)
- Kaynak:
- BlobEncoders.cs
- Kaynak:
- BlobEncoders.cs
- Kaynak:
- BlobEncoders.cs
Özel öznitelik imza blobu kodlar.
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))
Parametreler
- fixedArguments
- Action<FixedArgumentsEncoder>
Sabit bağımsız değişkenleri kodlamak için ilk olarak çağrılır.
- namedArguments
- Action<CustomAttributeNamedArgumentsEncoder>
adlandırılmış bağımsız değişkenleri kodlamak için second olarak adlandırılır.
Özel durumlar
fixedArguments
veya namedArguments
şeklindedir null
.
Şunlara uygulanır
CustomAttributeSignature(FixedArgumentsEncoder, CustomAttributeNamedArgumentsEncoder)
- Kaynak:
- BlobEncoders.cs
- Kaynak:
- BlobEncoders.cs
- Kaynak:
- BlobEncoders.cs
Özel öznitelik imza blobu kodlar. Parametre listesinde göründükleri sırayla kullanılması gereken bir kodlayıcı çifti döndürür.
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)
Parametreler
- fixedArguments
- FixedArgumentsEncoder
Sabit bağımsız değişkenleri kodlamak için ilk olarak kullanın.
- namedArguments
- CustomAttributeNamedArgumentsEncoder
adlandırılmış bağımsız değişkenleri kodlamak için ikinciyi kullanın.