次の方法で共有


JsonRpc.GetJsonRpcMethodAttribute メソッド

定義

以前に JsonRpcMethodAttribute 検出された RPC メソッドがある場合は、そのメソッドを取得します。

public StreamJsonRpc.JsonRpcMethodAttribute? GetJsonRpcMethodAttribute (string methodName, ReadOnlySpan<System.Reflection.ParameterInfo> parameters);
member this.GetJsonRpcMethodAttribute : string * ReadOnlySpan<System.Reflection.ParameterInfo> -> StreamJsonRpc.JsonRpcMethodAttribute
Public Function GetJsonRpcMethodAttribute (methodName As String, parameters As ReadOnlySpan(Of ParameterInfo)) As JsonRpcMethodAttribute

パラメーター

methodName
String

属性が検索されるメソッドの名前。

parameters
ReadOnlySpan<ParameterInfo>

メソッドで見つかったパラメーターの一覧。渡される TryGetTypedArguments(ReadOnlySpan<ParameterInfo>, Span<Object>)可能性があります。 この一覧では、末尾など、いくつかの特別なパラメーターが省略される場合があることに注意してください CancellationToken

戻り値

適用対象