TargetMethod Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the dispatch target of an incoming request.
public sealed class TargetMethod
type TargetMethod = class
Public NotInheritable Class TargetMethod
- Inheritance
-
TargetMethod
Properties
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
ToString() | Returns a string that represents the current object. |