BlobEncoder.CustomAttributeSignature 方法

定義

多載

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>

呼叫第二個,以編碼具名自變數。

例外狀況

fixedArgumentsnamedArgumentsnull

適用於

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

第二個使用,以編碼具名引數。

適用於