Table of Contents

Class TargetMethod

Namespace
StreamJsonRpc
Assembly
StreamJsonRpc.dll

Represents the dispatch target of an incoming request.

public sealed class TargetMethod
Inheritance
TargetMethod
Inherited Members

Properties

TargetMethodInfo

Gets the MethodInfo that will be invoked to handle the request, if one was found.

public MethodInfo? TargetMethodInfo { get; }

Property Value

MethodInfo

TargetObjectType

Gets the runtime type of the target object, if there is one.

public Type? TargetObjectType { get; }

Property Value

Type

Remarks

Even when a matching target method is found, there may not be a target object if the target method is static.

Methods

ToString()

public override string ToString()

Returns

string