TargetMethod Class

Definition

Represents the dispatch target of an incoming request.

public sealed class TargetMethod
type TargetMethod = class
Public NotInheritable Class TargetMethod
Inheritance
TargetMethod

Properties

Name Description
TargetMethodInfo

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

TargetObjectType

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

Methods

Name Description
ToString()

Returns a string that represents the current object.

Applies to