SymbolCallerInfo.IsDirect 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.
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