RuntimeObjectSearch Class

RuntimeDataSearch

RuntimeObjectSearch Class
Search values in objects at runtime.
Inheritance Hierarchy
SystemObject  RuntimeDataSearchRuntimeObjectSearch

Namespace: RuntimeDataSearch
Assembly: RuntimeDataSearch (in RuntimeDataSearch.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public static class RuntimeObjectSearch

The RuntimeObjectSearch type exposes the following members.

Methods
  NameDescription
Public methodStatic memberMakeKnown
Informs the debugger about the existence of the RuntimeObjectSearch class prior to using it in the immediate window.
Public methodStatic memberSearchRuntimeValue(Object, Object, String)
Search inside of an object hierarchy.
Public methodStatic memberSearchRuntimeValue(Object, Object, SearchOptions, Int32, String)
Search inside of an object hierarchy.
Top
See Also