Share via


TargetMethod.TargetObjectType Property

Definition

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.

Applies to