Runtime Data Search
RuntimeObjectSearchMakeKnown Method |
Informs the debugger about the existence of the RuntimeObjectSearch class prior to using it in the immediate window.
Namespace: RuntimeDataSearch
Assembly: RuntimeDataSearch (in RuntimeDataSearch.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public static void MakeKnown()
Remarks
Place a call to this method earlier in the code than the moment you would like to break and search in the immediate window.
See Also