SymbolCallerInfo.IsDirect Property

Definition

True if the CallingSymbol is directly calling CalledSymbol. False if it is calling a symbol in the inheritance hierarchy of the CalledSymbol. For example, if the called symbol is a class method, then an indirect call might be through an interface method that the class method implements.

public:
 property bool IsDirect { bool get(); };
public bool IsDirect { get; }
member this.IsDirect : bool
Public ReadOnly Property IsDirect As Boolean

Property Value

Applies to