BlobEncoder.CustomAttributeSignature メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CustomAttributeSignature(Action<FixedArgumentsEncoder>, Action<CustomAttributeNamedArgumentsEncoder>) |
カスタム属性シグネチャ BLOB をエンコードします。 |
CustomAttributeSignature(FixedArgumentsEncoder, CustomAttributeNamedArgumentsEncoder) |
カスタム属性シグネチャ BLOB をエンコードします。 パラメーター リストに表示された順に使用する必要があるエンコーダーのペアを返します。 |
CustomAttributeSignature(Action<FixedArgumentsEncoder>, Action<CustomAttributeNamedArgumentsEncoder>)
- ソース:
- BlobEncoders.cs
- ソース:
- BlobEncoders.cs
- ソース:
- BlobEncoders.cs
カスタム属性シグネチャ BLOB をエンコードします。
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))
パラメーター
- fixedArguments
- Action<FixedArgumentsEncoder>
固定引数をエンコードする場合は、最初に呼び出されます。
- namedArguments
- Action<CustomAttributeNamedArgumentsEncoder>
名前付き引数をエンコードする場合は、2 番目に呼び出されます。
例外
fixedArguments
または namedArguments
が null
です。
適用対象
CustomAttributeSignature(FixedArgumentsEncoder, CustomAttributeNamedArgumentsEncoder)
- ソース:
- BlobEncoders.cs
- ソース:
- BlobEncoders.cs
- ソース:
- BlobEncoders.cs
カスタム属性シグネチャ BLOB をエンコードします。 パラメーター リストに表示された順に使用する必要があるエンコーダーのペアを返します。
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)
パラメーター
- fixedArguments
- FixedArgumentsEncoder
固定引数をエンコードする場合は、最初に使用します。
- namedArguments
- CustomAttributeNamedArgumentsEncoder
名前付き引数をエンコードする場合は、2 番目に使用します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET