BlobEncoder.CustomAttributeSignature 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
CustomAttributeSignature(Action<FixedArgumentsEncoder>, Action<CustomAttributeNamedArgumentsEncoder>) |
对自定义特性签名 blob 进行编码。 |
CustomAttributeSignature(FixedArgumentsEncoder, CustomAttributeNamedArgumentsEncoder) |
对自定义特性签名 blob 进行编码。 返回一个编码器对,必须按它们在参数列表中出现的顺序来使用。 |
CustomAttributeSignature(Action<FixedArgumentsEncoder>, Action<CustomAttributeNamedArgumentsEncoder>)
- Source:
- BlobEncoders.cs
- Source:
- BlobEncoders.cs
- Source:
- 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>
已调用第二个,对固定参数进行编码。
例外
fixedArguments
或 namedArguments
为 null
。
适用于
CustomAttributeSignature(FixedArgumentsEncoder, CustomAttributeNamedArgumentsEncoder)
- Source:
- BlobEncoders.cs
- Source:
- BlobEncoders.cs
- Source:
- 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
使用第二个,以对固定参数进行编码。