TargetMethod.TargetObjectType Property
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.
Gets the runtime type of the target object, if there is one.
public Type? TargetObjectType { get; }
member this.TargetObjectType : Type
Public ReadOnly Property TargetObjectType As Type
Property Value
Remarks
Even when a matching target method is found, there may not be a target object if the target method is static.